You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/service/how-to-create-your-first-pipeline.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,18 @@ When you first run a pipeline, Azure Machine Learning:
347
347
348
348
For more information, see the [Experiment class](https://docs.microsoft.com/python/api/azureml-core/azureml.core.experiment.experiment?view=azure-ml-py) reference.
349
349
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).
350
357
358
+
1. On the left, select **Pipelines** to see all your pipeline runs.
359
+

360
+
361
+
1. Select a specific pipeline to see the run results.
0 commit comments