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/how-to-track-monitor-analyze-runs.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ This article shows how to do the following tasks:
21
21
22
22
* Monitor run performance.
23
23
* Create a custom view.
24
-
* Add run display name.
25
24
* Add a run description.
26
25
* Tag and find runs.
27
26
* Run search over your run history.
@@ -190,23 +189,11 @@ To view your runs in the studio:
190
189
In the **All runs'** page, you can filter the runs list by tags, experiments, compute target and more to better organize and scope your work.
191
190
192
191
1. Make customizations to the page by selecting runs to compare, adding charts or applying filters. These changes can be saved as a **Custom View** so you can easily return to your work. Users with workspace permissions can edit, or view the custom view. Also, share the custom view with team members for enhanced collaboration by selecting **Share view**.
193
-
194
-
:::image type="content"source="media/how-to-track-monitor-analyze-runs/custom-views.gif" alt-text="Screenshot: create a custom view":::
195
-
196
-
1. To view the run logs, select a specific run andin the **Outputs + logs** tab, you can find diagnostic and error logs for your run.
197
-
198
-
## Run display name
199
-
A run display name is an optional, non-unique, user-friendly property that can be added to a run to help annotate runs and provide more meaningful information to the run.
200
-
201
-
To edit the run display name, navigate to the **Run Details** page and select the **Edit** icon next to the run. By default, the run display name isset to the run ID. The run IDis the unique identifier for the run and can be added as a column in the runs list view.
202
-
203
-
:::image type="content"source="media/how-to-track-monitor-analyze-runs/display-name.gif" alt-text="Screenshot: add a display name":::
204
-
205
-
The following image shows the edited run display name.
206
-
207
-
:::image type="content"source="media/how-to-track-monitor-analyze-runs/display-name-runs-list.png" alt-text="Screenshot: display name in runs list":::
208
192
193
+
1. To view the run logs, select a specific run andin the **Outputs + logs** tab, you can find diagnostic and error logs for your run.
209
194
195
+
:::image type="content"source="media/how-to-track-monitor-analyze-runs/custom-views.gif" alt-text="Screenshot: create a custom view":::
196
+
210
197
## Run description
211
198
212
199
A run description can be added to a run to provide more context and information to the run. You can also search on these descriptions from the runs listand add the run description as a column in the runs list.
@@ -273,7 +260,7 @@ In Azure Machine Learning, you can use properties and tags to help organize and
273
260
274
261
You can add, edit, or delete run tags from the studio. Navigate to the **Run Details** page for your run and select the edit, or pencil icon to add, edit, or delete tags for your runs. You can also search andfilter on these tags from the runs list page.
275
262
276
-
:::image type="content"source="media/how-to-track-monitor-analyze-runs/tags.gif" alt-text="Screenshot: Add, edit, or delete run tags":::
263
+
:::image type="content"source="media/how-to-track-monitor-analyze-runs/run-tags.gif" alt-text="Screenshot: Add, edit, or delete run tags":::
277
264
278
265
---
279
266
@@ -355,7 +342,7 @@ To cancel a run in the studio, using the following steps:
355
342
356
343
1. Select the pipeline run number you want to cancel.
0 commit comments