Skip to content

Commit 860ea99

Browse files
committed
fixing link and indent
1 parent 666aa80 commit 860ea99

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

articles/machine-learning/how-to-schedule-pipeline-job.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -358,34 +358,35 @@ You can select a schedule name to show the schedule detail page. The schedule de
358358

359359
# [studio UI](#tab/ui)
360360

361-
Update a new version pipeline to existing schedule:
361+
#### Update a new version pipeline to existing schedule
362362

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.
364364

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.
370366

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**.
372368

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":::
374370

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
383385

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.
385387

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":::
387389

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":::
389390
---
390391

391392
### Disable a schedule
@@ -469,7 +470,7 @@ You can delete a schedule from the schedule detail page or all schedules tab.
469470

470471
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.
471472

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)
473474

474475
| Action | Description | Rule |
475476
|--------|----------------------------------------------------------------------------|---------------------------------------------------------------|

0 commit comments

Comments
 (0)