Skip to content

Commit b09ccfc

Browse files
committed
move section
1 parent 58a1e00 commit b09ccfc

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/machine-learning/service/how-to-create-your-first-pipeline.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,18 @@ When you first run a pipeline, Azure Machine Learning:
347347

348348
For more information, see the [Experiment class](https://docs.microsoft.com/python/api/azureml-core/azureml.core.experiment.experiment?view=azure-ml-py) reference.
349349

350+
### View results of a pipeline
351+
352+
See the list of all your pipelines and their run details in the studio:
353+
354+
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
355+
356+
1. [View your workspace](how-to-manage-workspace.md#view).
350357

358+
1. On the left, select **Pipelines** to see all your pipeline runs.
359+
![list of machine learning pipelines](./media/how-to-create-your-first-pipeline/pipelines.png)
360+
361+
1. Select a specific pipeline to see the run results.
351362

352363
## GitHub tracking and integration
353364

@@ -404,21 +415,14 @@ response = requests.post(published_pipeline1.endpoint,
404415
"ParameterAssignments": {"pipeline_arg": 20}})
405416
```
406417

407-
### View results of a pipeline
408418

409-
See the list of all your pipelines and their run details:
410-
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
419+
### Use published pipelines in the studio
411420

412-
1. [View your workspace](how-to-manage-workspace.md#view).
413-
414-
1. On the left, select **Pipelines** to see all your pipeline runs.
415-
![list of machine learning pipelines](./media/how-to-create-your-first-pipeline/pipelines.png)
416-
417-
1. Select a specific pipeline to see the run results.
421+
You can also run a published pipeline from the studio:
418422

419-
### View and use published pipelines
423+
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com).
420424

421-
When you publish a pipeline, use the **Endpoints** section in the studio to view and use the published pipeline.
425+
1. [View your workspace](how-to-manage-workspace.md#view).
422426

423427
1. On the left, select **Endpoints**.
424428

0 commit comments

Comments
 (0)