Skip to content

Commit 968dd12

Browse files
committed
missing v1 next steps
1 parent 7c38c6c commit 968dd12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/machine-learning/concept-ml-pipelines.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,14 @@ The Azure cloud provides several types of pipeline, each with a different purpos
7272

7373
Azure Machine Learning pipelines are a powerful facility that begins delivering value in the early development stages.
7474

75+
:::moniker range="azureml-api-2"
7576
+ [Define pipelines with the Azure Machine Learning CLI v2](./how-to-create-component-pipelines-cli.md)
7677
+ [Define pipelines with the Azure Machine Learning SDK v2](./how-to-create-component-pipeline-python.md)
7778
+ [Define pipelines with Designer](./how-to-create-component-pipelines-ui.md)
7879
+ Try out [CLI v2 pipeline example](https://github.com/Azure/azureml-examples/tree/sdk-preview/cli/jobs/pipelines-with-components)
7980
+ Try out [Python SDK v2 pipeline example](https://github.com/Azure/azureml-examples/tree/main/sdk/python/jobs/pipelines)
81+
:::moniker-end
82+
:::moniker range="azureml-api-1"
83+
+ [Create and run machine learning pipelines](v1/how-to-create-machine-learning-pipelines.md)
84+
+ [Define pipelines with Designer](./how-to-create-component-pipelines-ui.md)
85+
:::moniker-end

0 commit comments

Comments
 (0)