az ml pipeline
Note
This reference is part of the azure-cli-ml extension for the Azure CLI (version 2.0.28 or higher). The extension will automatically install the first time you run an az ml pipeline command. Learn more about extensions.
Pipeline subgroup commands.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ml pipeline clone |
Generate yml definition describing the pipeline run, supported only for ModuleStep for now. |
Extension | GA |
az ml pipeline clone-draft |
Create a pipeline draft from an existing pipeline. |
Extension | GA |
az ml pipeline create |
Create a pipeline from a yaml definition. |
Extension | GA |
az ml pipeline create-draft |
Create a pipeline draft from a yml definition. |
Extension | GA |
az ml pipeline create-schedule |
Create a schedule. |
Extension | GA |
az ml pipeline delete-draft |
Delete a pipeline draft. |
Extension | GA |
az ml pipeline disable |
Disable a pipeline from running. |
Extension | GA |
az ml pipeline disable-schedule |
Disable a schedule from running. |
Extension | GA |
az ml pipeline enable |
Enable a pipeline and allow it to run. |
Extension | GA |
az ml pipeline enable-schedule |
Enable a schedule and allow it to run. |
Extension | GA |
az ml pipeline get |
Generate yml definition describing the pipeline. |
Extension | GA |
az ml pipeline last-pipeline-run |
Show last pipeline run for a schedule. |
Extension | GA |
az ml pipeline list |
List all pipelines and respective schedules in the workspace. |
Extension | GA |
az ml pipeline list-drafts |
List pipeline drafts in the workspace. |
Extension | GA |
az ml pipeline list-steps |
List the step runs generated from a pipeline run. |
Extension | GA |
az ml pipeline pipeline-runs-list |
List pipeline runs generated from a schedule. |
Extension | GA |
az ml pipeline publish-draft |
Publish a pipeline draft as a published pipeline. |
Extension | GA |
az ml pipeline show |
Show details of a pipeline and respective schedules. |
Extension | GA |
az ml pipeline show-draft |
Show details of a pipeline draft. |
Extension | GA |
az ml pipeline show-schedule |
Show details of a schedule. |
Extension | GA |
az ml pipeline submit-draft |
Submit a run from the pipeline draft. |
Extension | GA |
az ml pipeline update-draft |
Update a pipeline draft. |
Extension | GA |
az ml pipeline update-schedule |
Update a schedule. |
Extension | GA |
az ml pipeline clone
Generate yml definition describing the pipeline run, supported only for ModuleStep for now.
az ml pipeline clone --path
--pipeline-run-id
[--output-file]
[--resource-group]
[--workspace-name]
Required Parameters
File path to save pipeline yaml to.
ID of the PipelineRun to clone (guid).
Optional Parameters
File to write output in JSON format.
Resource group name.
Workspace name.
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 ml pipeline clone-draft
Create a pipeline draft from an existing pipeline.
az ml pipeline clone-draft [--experiment-name]
[--pipeline-draft-id]
[--pipeline-id]
[--pipeline-run-id]
[--resource-group]
[--workspace-name]
Optional Parameters
Experiment name of the specified PipelineRun.
ID of the PipelineDraft to create PipelineDraft from.
ID of the PublishedPipeline to create PipelineDraft from.
ID of the PipelineRun to create PipelineDraft from.
Resource group name.
Workspace name.
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 ml pipeline create
Create a pipeline from a yaml definition.
az ml pipeline create --name
--pipeline-yaml
[--continue]
[--description]
[--output-file]
[--resource-group]
[--version]
[--workspace-name]
Required Parameters
Name to assign to the pipeline.
YAML file which defines a pipeline.
Optional Parameters
Boolean flag to allow a pipeline to continue executing after a step fails.
Description text of the pipeline.
File to write output in JSON format.
Resource group name.
Version string of the pipeline.
Workspace name.
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 ml pipeline create-draft
Create a pipeline draft from a yml definition.
az ml pipeline create-draft --experiment_name
--name
--pipeline-yaml
[--continue]
[--description]
[--parameters]
[--properties]
[--resource-group]
[--tags]
[--workspace-name]
Required Parameters
Experiment name for the pipeline draft.
Name to assign to the pipeline draft.
YAML file which defines the pipeline draft.
Optional Parameters
Boolean flag to allow a pipeline to continue executing after a step fails.
Description text of the pipeline draft.
PipelineParameters for the draft with 'key=value' syntax.
Properties for the draft with 'key=value' syntax.
Resource group name.
Tags for the draft with 'key=value' syntax.
Workspace name.
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 ml pipeline create-schedule
Create a schedule.
az ml pipeline create-schedule --experiment-name
--name
--pipeline-id
[--resource-group]
[--schedule-yaml]
[--workspace-name]
Required Parameters
Name of experiment.
Name of schedule.
ID of the pipeline to create schedule (guid).
Optional Parameters
Resource group name.
Schedule YAML input.
Workspace name.
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 ml pipeline delete-draft
Delete a pipeline draft.
az ml pipeline delete-draft --pipeline-draft-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the PipelineDraft to delete (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline disable
Disable a pipeline from running.
az ml pipeline disable --pipeline-id
[--output-file]
[--resource-group]
[--workspace-name]
Required Parameters
ID of the pipeline to disable (guid).
Optional Parameters
File to write output in JSON format.
Resource group name.
Workspace name.
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 ml pipeline disable-schedule
Disable a schedule from running.
az ml pipeline disable-schedule --schedule-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the schedule to show (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline enable
Enable a pipeline and allow it to run.
az ml pipeline enable --pipeline-id
[--output-file]
[--resource-group]
[--workspace-name]
Required Parameters
ID of the pipeline to enable (guid).
Optional Parameters
File to write output in JSON format.
Resource group name.
Workspace name.
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 ml pipeline enable-schedule
Enable a schedule and allow it to run.
az ml pipeline enable-schedule --schedule-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the schedule to show (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline get
Generate yml definition describing the pipeline.
az ml pipeline get --path
[--pipeline-draft-id]
[--pipeline-id]
[--resource-group]
[--workspace-name]
Required Parameters
File path to save Pipeline yaml to.
Optional Parameters
ID of the PipelineDraft to get (guid).
ID of the Pipeline to get (guid).
Resource group name.
Workspace name.
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 ml pipeline last-pipeline-run
Show last pipeline run for a schedule.
az ml pipeline last-pipeline-run --schedule-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the schedule to show (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline list
List all pipelines and respective schedules in the workspace.
az ml pipeline list [--output-file]
[--resource-group]
[--workspace-name]
Optional Parameters
File to write output in JSON format.
Resource group name.
Workspace name.
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 ml pipeline list-drafts
List pipeline drafts in the workspace.
az ml pipeline list-drafts [--resource-group]
[--tags]
[--workspace-name]
Optional Parameters
Resource group name.
Tags for a draft with 'key=value' syntax.
Workspace name.
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 ml pipeline list-steps
List the step runs generated from a pipeline run.
az ml pipeline list-steps --run
[--output-file]
[--resource-group]
[--workspace-name]
Required Parameters
The runId of an experiment run.
Optional Parameters
File to write output in JSON format.
Resource group name.
Workspace name.
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 ml pipeline pipeline-runs-list
List pipeline runs generated from a schedule.
az ml pipeline pipeline-runs-list --schedule-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the schedule to show (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline publish-draft
Publish a pipeline draft as a published pipeline.
az ml pipeline publish-draft --pipeline-draft-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the PipelineDraft to publish.
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline show
Show details of a pipeline and respective schedules.
az ml pipeline show --pipeline-id
[--output-file]
[--resource-group]
[--workspace-name]
Required Parameters
ID of the pipeline to show (guid).
Optional Parameters
File to write output in JSON format.
Resource group name.
Workspace name.
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 ml pipeline show-draft
Show details of a pipeline draft.
az ml pipeline show-draft --pipeline-draft-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the PipelineDraft to show (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline show-schedule
Show details of a schedule.
az ml pipeline show-schedule --schedule-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the schedule to show (guid).
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline submit-draft
Submit a run from the pipeline draft.
az ml pipeline submit-draft --pipeline-draft-id
[--resource-group]
[--workspace-name]
Required Parameters
ID of the PipelineDraft to use to submit run.
Optional Parameters
Resource group name.
Workspace name.
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 ml pipeline update-draft
Update a pipeline draft.
az ml pipeline update-draft [--continue]
[--description]
[--experiment_name]
[--name]
[--parameters]
[--pipeline-draft-id]
[--pipeline-yaml]
[--resource-group]
[--tags]
[--workspace-name]
Optional Parameters
Boolean flag to allow a pipeline to continue executing after a step fails.
Description text of the pipeline draft.
Experiment name for the pipeline draft.
Name to assign to the pipeline draft.
PipelineParameters for the draft with 'key=value' syntax.
ID of the PipelineDraft to update.
YAML file which defines the pipeline draft.
Resource group name.
Tags for the draft with 'key=value' syntax.
Workspace name.
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 ml pipeline update-schedule
Update a schedule.
az ml pipeline update-schedule --schedule-id
[--name]
[--resource-group]
[--schedule-yaml]
[--status]
[--workspace-name]
Required Parameters
ID of the schedule to show (guid).
Optional Parameters
Name of the schedule to show (guid).
Resource group name.
Schedule YAML input.
Status of the schedule to show (guid).
Workspace name.
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.