az ml code
Note
This reference is part of the ml extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az ml code command. Learn more about extensions.
Manage Azure ML code assets.
Azure ML code assets are references to code file(s) in storage. Code assets are created automatically when you submit training jobs or deploy a model for inference.
Commands
| az ml code show |
Show details for a code asset. |
az ml code show
Show details for a code asset.
az ml code show --name
--resource-group
--version
--workspace-name
Examples
Show details for a code asset with the specified name and version
az ml code show --name my-code --version 1 --resource-group my-resource-group --workspace-name my-workspace
Required Parameters
Name of the code asset.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Version of the code asset.
Name of the Azure ML workspace. You can configure the default group using az configure --defaults workspace=<name>.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ