Skip to content

Commit b37fbcc

Browse files
committed
Update model_artifact.rst to add region identifier to policy example.
1 parent 8a0cc51 commit b37fbcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/user_guide/model_registration/model_artifact.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,11 @@ If you don't have an Object Storage bucket, create one using the OCI SDK or the
171171
172172
Allow service datascience to manage object-family in compartment <compartment> where ALL {target.bucket.name='<bucket_name>'}
173173
174-
Allow service objectstorage to manage object-family in compartment <compartment> where ALL {target.bucket.name='<bucket_name>'}
174+
Allow service objectstorage-<region_identifier> to manage object-family in compartment <compartment> where ALL {target.bucket.name='<bucket_name>'}
175175
176+
Because Object Storage is a regional service, you must authorize the Object Storage service for each region.
177+
To determine the region identifier value of an Oracle Cloud Infrastructure region,
178+
see `Regions and Availability Domains <https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm#top>`_.
176179
See `API documentation <../../ads.model.html#id15>`__ for more details.
177180

178181
The following saves the :doc:`framework specific wrapper <quick_start>` object, ``model``, to the model catalog and returns the OCID from the model catalog:

0 commit comments

Comments
 (0)