Skip to content

2.7.3

Compare
Choose a tag to compare
@z7ye z7ye released this 19 Jan 01:54
· 3659 commits to main since this release
7757da3

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.