az ml computetarget
Computetarget subgroup commands.
Commands
az ml computetarget amlcompute | |
az ml computetarget amlcompute identity |
AzureML compute target identity commands. |
az ml computetarget amlcompute identity assign |
Assign identity to an AzureML compute target. |
az ml computetarget amlcompute identity remove |
Remove identity from an AzureML compute target. |
az ml computetarget amlcompute identity show |
Display identities of an AzureML compute target. |
az ml computetarget attach |
Attach subgroup commands. |
az ml computetarget attach aks |
Attach an AKS cluster to the workspace. |
az ml computetarget attach remote |
Attach a remote machine without Docker as a compute target to the workspace. |
az ml computetarget computeinstance |
AzureML compute instance commands. |
az ml computetarget computeinstance restart |
Restart a compute instance. |
az ml computetarget computeinstance start |
Start a compute instance. |
az ml computetarget computeinstance stop |
Stop a compute instance. |
az ml computetarget create |
Create a compute target (aks or amlcompute or computeinstance). |
az ml computetarget create aks |
Create an AKS compute target. |
az ml computetarget create amlcompute |
Create an AzureML compute target. |
az ml computetarget create computeinstance |
Create an AzureML compute instance target. |
az ml computetarget create datafactory |
Create a data factory compute target. |
az ml computetarget delete |
Delete a compute target (aks or amlcompute or computeinstance). |
az ml computetarget detach |
Detach a compute target (aks or remote) from a workspace. |
az ml computetarget get-credentials |
Get credentials for a compute target (aks or remote). |
az ml computetarget list |
List all the compute targets attached to a workspace. |
az ml computetarget show |
Show details of a specific compute target. |
az ml computetarget update |
Update a compute target (aks or amlcompute). |
az ml computetarget update aks |
Update an AKS compute target. |
az ml computetarget update amlcompute |
Update an AzureML compute target. |
az ml computetarget delete
Delete a compute target (aks or amlcompute or computeinstance).
az ml computetarget delete --name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute target to delete.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the enviroment to delete.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget detach
Detach a compute target (aks or remote) from a workspace.
az ml computetarget detach --name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute target to detach.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the enviroment to detach.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget get-credentials
Get credentials for a compute target (aks or remote).
az ml computetarget get-credentials --name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute target to retrieve keys for.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to get credentials for.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget list
List all the compute targets attached to a workspace.
az ml computetarget list [--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to show.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az ml computetarget show
Show details of a specific compute target.
az ml computetarget show --name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[-v]
Required Parameters
Name of compute target to show.
Optional Parameters
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to show.
Verbosity flag.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.