Skip to content

Commit 30473a1

Browse files
authored
Merge branch 'main' into ODSC-40388/genericmodel_doc
2 parents ab83f2e + 7778226 commit 30473a1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/source/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
2.8.3
6+
-----
7+
Release date: March 21, 2023
8+
9+
* Added support for custom containers (Bring Your Own Container or BYOC) and environment variables for :py:class:`~ads.model.GenericModel`.
10+
* Added default values for configuring parameters in :py:class:`~ads.model.ModelDeployment`, such as default flex shape, ocpus, memory in gbs, bandwidth, and instance count.
11+
* Added support for :py:class:`~ads.jobs.NotebookRuntime` to use directory as job artifact.
12+
* Added support for :py:class:`~ads.jobs.PythonRuntime` and :py:class:`~ads.jobs.GitPythonRuntime` to use shell script as entrypoint.
13+
514
2.8.2
615
-----
716
Release date: March 2, 2023

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)