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-schedule-pipeline-job.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,34 +358,35 @@ You can select a schedule name to show the schedule detail page. The schedule de
358
358
359
359
# [studio UI](#tab/ui)
360
360
361
-
Update a new version pipeline to existing schedule:
361
+
#### Update a new version pipeline to existing schedule
362
362
363
-
Once you set up a schedule to do retraining or batch inference on production regularly, you may still work on fine tuning or optimizing the model.
363
+
Once you set up a schedule to do retraining or batch inference on production regularly, you may still work on fine tuning or optimizing the model.
364
364
365
-
When you have a new version pipeline job with optimized performance, you can update the new version pipeline to an existing schedule.
366
-
367
-
1. In the new version pipeline job detail page, select **Schedule** -> **Update to existing schedule**.
368
-
369
-
:::image type="content" source="./media/how-to-schedule-pipeline-job/update-to-existing-schedule.png" alt-text="Screenshot of the of jobs tab with schedule button selected showing update to existing schedule button." lightbox= "./media/how-to-schedule-pipeline-job/update-to-existing-schedule.png":::
365
+
When you have a new version pipeline job with optimized performance, you can update the new version pipeline to an existing schedule.
370
366
371
-
2. Select an existing schedule from the table.
367
+
1. In the new version pipeline job detail page, select **Schedule** -> **Update to existing schedule**.
372
368
373
-
:::image type="content" source="./media/how-to-schedule-pipeline-job/update-select-schedule.png" alt-text="Screenshot of update select schedule showing the select schedule tab." lightbox= "./media/how-to-schedule-pipeline-job/update-select-schedule.png":::
369
+
:::image type="content" source="./media/how-to-schedule-pipeline-job/update-to-existing-schedule.png" alt-text="Screenshot of the of jobs tab with schedule button selected showing update to existing schedule button." lightbox= "./media/how-to-schedule-pipeline-job/update-to-existing-schedule.png":::
374
370
375
-
> [!IMPORTANT]
376
-
> Make sure you select the correct schedule you want to update. Once you finish update, the schedule will trigger different jobs.
377
-
378
-
3. You can also modify the job inputs/outputs, and run time settings for the future jobs triggered by the schedule.
379
-
380
-
4. Select **Review + Update** to finish the update process. There will be notification when update is completed.
381
-
382
-
5. After update is completed, in the schedule detail page, you can view the new job definition.
371
+
2. Select an existing schedule from the table.
372
+
373
+
:::image type="content" source="./media/how-to-schedule-pipeline-job/update-select-schedule.png" alt-text="Screenshot of update select schedule showing the select schedule tab." lightbox= "./media/how-to-schedule-pipeline-job/update-select-schedule.png":::
374
+
375
+
> [!IMPORTANT]
376
+
> Make sure you select the correct schedule you want to update. Once you finish update, the schedule will trigger different jobs.
377
+
378
+
3. You can also modify the job inputs/outputs, and run time settings for the future jobs triggered by the schedule.
379
+
380
+
4. Select **Review + Update** to finish the update process. There will be notification when update is completed.
381
+
382
+
5. After update is completed, in the schedule detail page, you can view the new job definition.
383
+
384
+
#### Update in schedule detail page
383
385
384
-
Update in schedule detail page:
386
+
In schedule detail page, you can select **Update settings** to update the basic settings and advanced settings (including job input/output and runtime settings) of the schedule.
385
387
386
-
In schedule detail page, you can select **Update settings** to update the basic settings and advanced settings (including job input/output and runtime settings) of the schedule.
388
+
:::image type="content" source="./media/how-to-schedule-pipeline-job/schedule-update-settings.png" alt-text="Screenshot of update settings showing the basic settings tab. ." lightbox= "./media/how-to-schedule-pipeline-job/schedule-update-settings.png":::
387
389
388
-
:::image type="content" source="./media/how-to-schedule-pipeline-job/schedule-update-settings.png" alt-text="Screenshot of update settings showing the basic settings tab. ." lightbox= "./media/how-to-schedule-pipeline-job/schedule-update-settings.png":::
389
390
---
390
391
391
392
### Disable a schedule
@@ -469,7 +470,7 @@ You can delete a schedule from the schedule detail page or all schedules tab.
469
470
470
471
Since schedules are usually used for production, to reduce impact of operations, workspace admins may want to restrict access to creating and managing schedules within a workspace.
471
472
472
-
Currently there are three action rules related to schedules and you can configure in Azure portal. You can learn more details about [how to manage access to an Azure Machine Learning workspace.](https://learn.microsoft.com/azure/machine-learning/how-to-assign-roles?tabs=labeler#create-custom-role)
473
+
Currently there are three action rules related to schedules and you can configure in Azure portal. You can learn more details about [how to manage access to an Azure Machine Learning workspace.](create-custom-role.md)
0 commit comments