az batchai experiment
This command group is implicitly deprecated because command group 'batchai' is deprecated and will be removed in a future release.
Commands to manage experiments.
Commands
Name | Description | Type | Status |
---|---|---|---|
az batchai experiment create |
Create an experiment. |
Core | Deprecated |
az batchai experiment delete |
Delete an experiment. |
Core | Deprecated |
az batchai experiment list |
List experiments. |
Core | Deprecated |
az batchai experiment show |
Show information about an experiment. |
Core | Deprecated |
az batchai experiment create
This command is implicitly deprecated because command group 'batchai' is deprecated and will be removed in a future release.
Create an experiment.
az batchai experiment create --name
--resource-group
--workspace
Examples
Create an experiment.
az batchai experiment create -g MyResourceGroup -w MyWorkspace -n MyExperiment
Required Parameters
Name of experiment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of workspace.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az batchai experiment delete
This command is implicitly deprecated because command group 'batchai' is deprecated and will be removed in a future release.
Delete an experiment.
az batchai experiment delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace]
[--yes]
Examples
Delete an experiment. All running jobs will be terminated.
az batchai experiment delete -g MyResourceGroup -w MyWorkspace -n MyExperiment
Delete an experiment without asking for confirmation (for non-interactive scenarios).
az batchai experiment delete -g MyResourceGroup -w MyWorkspace -n MyExperiment -y
Request an experiment deletion without waiting for job to be deleted.
az batchai experiment delete -g MyResourceGroup -w MyWorkspace -n MyExperiment --no-wait
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of experiment.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Name of workspace.
Do not prompt for confirmation.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az batchai experiment list
This command is implicitly deprecated because command group 'batchai' is deprecated and will be removed in a future release.
List experiments.
az batchai experiment list --resource-group
--workspace
Examples
List experiments.
az batchai experiment list -g MyResourceGroup -w MyWorkspace -o table
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of workspace.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az batchai experiment show
This command is implicitly deprecated because command group 'batchai' is deprecated and will be removed in a future release.
Show information about an experiment.
az batchai experiment show [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace]
Examples
Show information about an experiment.
az batchai experiment show -g MyResourceGroup -w MyWorkspace -n MyExperiment -o table
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of experiment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Name of workspace.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.