@@ -8,7 +8,7 @@ ms.subservice: mlops
88ms.author : lagayhar
99author : lgayhardt
1010ms.reviewer : keli19
11- ms.date : 09/08 /2024
11+ ms.date : 09/09 /2024
1212ms.topic : how-to
1313---
1414
@@ -71,7 +71,7 @@ The code examples in this article are excerpts from the [Working with Schedule](
7171
7272# [ Studio UI] ( #tab/ui )
7373
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.
7575
7676---
7777
@@ -125,7 +125,7 @@ To define a recurrence-based schedule, on the **Basic settings** screen, define
125125- ** Description** : Schedule description.
126126- ** Trigger** : Recurrence pattern of the schedule, including the following properties:
127127 - ** 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.
129129 - ** Start** : Date the schedule becomes active, by default the date created.
130130 - ** End** : Date when the schedule becomes inactive. By default the value is none, and the schedule remains active until manually disabled.
131131 - ** 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
206206
207207- ** Name** : Unique identifier of the schedule within the workspace.
208208- ** 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:
210210 - ** 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.
212212 - ** Start** : Date the schedule becomes active, by default the date created.
213213 - ** End** : Date the schedule becomes inactive. By default the value is none, and a schedule remains active until you manually disable it.
214214 - ** Tags** : Tags on the schedule.
@@ -369,7 +369,7 @@ Once you set up a schedule to do regular retraining or batch inference on produc
369369 > [ !IMPORTANT]
370370 > Make sure you select the correct schedule you want to update.
371371
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.
373373
3743741 . Select ** Review + Update** to review the schedule settings, and then select ** Review + Update** again to finish the update.
375375
0 commit comments