You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release_notes.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Release date: January 18, 2023
10
10
* Added ``--job-info`` option to ``ads opctl run`` CLI to save job run information to a YAML file.
11
11
* Added the `AuthContext <./ads.common.html#ads.common.auth.OCIAuthContext>`__ class. It supports API key configuration, resource principal, and instance principal authentication. In addition, predefined signers, callable signers, or API keys configurations from specified locations.
12
12
* Added `restart_deployment() <./ads.model.html#ads.model.generic_model.GenericModel.restart_deployment>`__ method to the :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes. Update model deployment associated with the model.
13
+
* Added `activate() <./ads.catalog.html#ads.catalog.model.Model.activate>`__ and `deactivate() <./ads.catalog.html#ads.catalog.model.Model.deactivate>`__ method to the `model deployment <./ads.catalog.html#ads.catalog.model.Model.deactivate>`__ classes.
13
14
* Fixed a bug in ``to_sql()``. The string length for the column created in Oracle Database table was counting characters, not bytes.
14
15
* Fixed a bug where any exception that occurred in a notebook cell printed "ADS Exception" even if the ADS code was not responsible for the error.
0 commit comments