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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
ADS
Added support for the model version set feature.
Added --job-info option to ads opctl run CLI to save job run information to a YAML file.
Added the AuthContext 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.
Added restart_deployment() method to the framework-specific classes. Update model deployment associated with the model.
Added activate() and deactivate() method to the model deployment classes.
Fixed a bug in to_sql(). The string length for the column created in Oracle Database table was counting characters, not bytes.
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.