az ml environment
Commands to manage environments.
Commands
az ml environment download | Download an environment definition to a specified directory. |
az ml environment list | List environments in a workspace. |
az ml environment register | Register an environment definition from a specified directory. |
az ml environment scaffold | Scaffold the files for a default environment definition in the specified directory. |
az ml environment show | Show an environment by name and optionally version. |
az ml environment download
Download an environment definition to a specified directory.
az ml environment download --directory
--name
[--output-metadata-file]
[--overwrite]
[--path]
[--resource-group]
[--subscription-id]
[--version]
[--workspace-name]
Required Parameters
Directory for the environment.
Name of the environment.
Optional Parameters
Provide an optional output file location for structured object output.
Overwrite any existing destination folder.
Path to a root directory for run configuration files.
Resource group name.
Specifies the subscription Id.
Version of the environment.
Workspace name.
az ml environment list
List environments in a workspace.
az ml environment list [--output-metadata-file]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
Optional Parameters
Provide an optional output file location for structured object output.
Path to a root directory for run configuration files.
Resource group name.
Specifies the subscription Id.
Workspace name.
az ml environment register
Register an environment definition from a specified directory.
az ml environment register --directory
[--output-metadata-file]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
Required Parameters
Directory for the environment.
Optional Parameters
Provide an optional output file location for structured object output.
Path to a root directory for run configuration files.
Resource group name.
Specifies the subscription Id.
Workspace name.
az ml environment scaffold
Scaffold the files for a default environment definition in the specified directory.
az ml environment scaffold --directory
--name
[--output-metadata-file]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
Required Parameters
Directory for the environment.
Name of the environment.
Optional Parameters
Provide an optional output file location for structured object output.
Path to a root directory for run configuration files.
Resource group name.
Specifies the subscription Id.
Workspace name.
az ml environment show
Show an environment by name and optionally version.
az ml environment show --name
[--output-metadata-file]
[--path]
[--resource-group]
[--subscription-id]
[--version]
[--workspace-name]
Required Parameters
Name of the environment.
Optional Parameters
Provide an optional output file location for structured object output.
Path to a root directory for run configuration files.
Resource group name.
Specifies the subscription Id.
Version of the environment.
Workspace name.
Feedback
Loading feedback...