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
Remove support for Python 3.7.
Improved the DataScienceMode.create() to support timeout argument and auto extract region from the signer and signer config.
Support Jupyter Notebook as entrypoint when defining Data Science jobs with PythonRuntime and GitPythonRuntime.
Support environment variable substitution in Data Science job names and output URI.
Support JSON serialization of list/dictionary when assigning them as Data Science jobs environment variables.
Support saving the notebook to output URI even if the job run failed when running a Data Science job using NotebookRuntime.
Added job.build() method to Data Science job to load default values from environment.
Added DataScienceJob.fast_launch_shapes() method to list fast launch shapes available for Data Science job.
Added :doc:`HuggingFacePipelineModel class to support prepare, save, deploy and predict for HuggingFace pipelines.
Updated Data Science job run YAML representation to include configurations inherited from the job.
Fixed custom conda environment not showing in Data Science Job YAML specification.
Fixed an issue where model saving was failing in notebook session without ipywidgets installed.
Fixed "Unknown archive format" error in ads.jobs.PythonRuntime, when the source code folder name ends with "zip". List of supported archive files are: "zip", "tar.gz", "tar" and "tgz".