@@ -8,7 +8,7 @@ ms.subservice: mlops
8
8
ms.author : lagayhar
9
9
author : lgayhardt
10
10
ms.reviewer : keli19
11
- ms.date : 09/08 /2024
11
+ ms.date : 09/09 /2024
12
12
ms.topic : how-to
13
13
---
14
14
@@ -71,7 +71,7 @@ The code examples in this article are excerpts from the [Working with Schedule](
71
71
72
72
# [ Studio UI] ( #tab/ui )
73
73
74
- To create a schedule for an Azure Machine Learning v2 pipeline job in the studio UI, open its pipeline detail page.
74
+ To create a schedule for an Azure Machine Learning pipeline job in the studio UI, open the pipeline job detail page.
75
75
76
76
---
77
77
@@ -125,7 +125,7 @@ To define a recurrence-based schedule, on the **Basic settings** screen, define
125
125
- ** Description** : Schedule description.
126
126
- ** Trigger** : Recurrence pattern of the schedule, including the following properties:
127
127
- ** Time zone** : Time zone to use for the trigger time, UTC by default.
128
- - Select ** Recurrence** to specify a recurring pattern of minutes, hours, days, weeks, or months.
128
+ - Select ** Recurrence** and specify a recurring pattern of minutes, hours, days, weeks, or months.
129
129
- ** Start** : Date the schedule becomes active, by default the date created.
130
130
- ** End** : Date when the schedule becomes inactive. By default the value is none, and the schedule remains active until manually disabled.
131
131
- ** Tags** : Tags on the schedule.
@@ -206,9 +206,9 @@ Only the **Name** property requires you to enter a value. If you don't specify a
206
206
207
207
- ** Name** : Unique identifier of the schedule within the workspace.
208
208
- ** Description** : Description of the schedule.
209
- - ** Trigger** : Recurrence pattern of the schedule, including the following properties:
209
+ - ** Trigger** : Recurrence pattern of the schedule, including the following properties:
210
210
- ** Time zone** : Time zone to use for the trigger time, Coordinated Universal Time (UTC) by default.
211
- - Select ** Cron expression** to provide a standard crontab expression that expresses a recurring schedule.
211
+ - Select ** Cron expression** and provide a standard crontab expression that expresses a recurring schedule.
212
212
- ** Start** : Date the schedule becomes active, by default the date created.
213
213
- ** End** : Date the schedule becomes inactive. By default the value is none, and a schedule remains active until you manually disable it.
214
214
- ** Tags** : Tags on the schedule.
@@ -369,7 +369,7 @@ Once you set up a schedule to do regular retraining or batch inference on produc
369
369
> [ !IMPORTANT]
370
370
> Make sure you select the correct schedule you want to update.
371
371
372
- 1 . If desired, you can select ** Next** to modify the job inputs/outputs and runtime settings for the future jobs triggered by the schedule.
372
+ 1 . Optionally, select ** Next** to modify the job inputs/outputs and runtime settings for the future jobs triggered by the schedule.
373
373
374
374
1 . Select ** Review + Update** to review the schedule settings, and then select ** Review + Update** again to finish the update.
375
375
0 commit comments