Skip to content

Commit 357e145

Browse files
committed
touchups
1 parent 9f74416 commit 357e145

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ms.subservice: mlops
88
ms.author: lagayhar
99
author: lgayhardt
1010
ms.reviewer: keli19
11-
ms.date: 09/05/2024
11+
ms.date: 09/08/2024
1212
ms.topic: how-to
1313
---
1414

1515
# Schedule machine learning pipeline jobs
1616

1717
[!INCLUDE [dev v2](includes/machine-learning-dev-v2.md)]
1818

19-
In this article, you learn how to schedule a machine learning pipeline to run on Azure. You can use schedules based on elapsed time to do routine tasks like retraining models or regularly updating batch predictions.
19+
In this article, you learn how to schedule machine learning pipelines to run on Azure. You can schedule routine tasks like retraining models or regularly updating batch predictions based on elapsed time.
2020

2121
This article shows you how to create, retrieve, update, and deactivate schedules by using the Azure Machine Learning CLI, Azure Machine Learning SDK v2 for Python, or Azure Machine Learning studio UI.
2222

@@ -49,7 +49,7 @@ This article shows you how to create, retrieve, update, and deactivate schedules
4949

5050
- Azure Machine Learning v2 schedules don't support event-based triggers.
5151
- CLI and SDK v2 schedules support specifying complex recurrence patterns that contain multiple trigger timestamps. The studio UI displays the complex patterns but doesn't support editing them.
52-
- The studio UI supports only v2 schedules, and can't list or access v1 schedules that are based on published pipelines or pipeline endpoints.
52+
- The studio UI supports only v2 schedules, and can't list or access v1 schedules that are based on published pipelines or pipeline endpoints. You can create a schedule for an unpublished pipeline.
5353
- If recurrence is set as the 31st or 30th day of every month, the schedule doesn't trigger jobs in months that have fewer days.
5454
- `DAYS` and `MONTHS` values aren't supported in cron schedule expressions. Values passed for these parameters are ignored and treated as `*`.
5555

@@ -67,7 +67,7 @@ The code examples in this article are from [Working with Schedule in Azure Machi
6767

6868
# [Python SDK](#tab/python)
6969

70-
The code examples in this article are excerpts from the [Working with Schedule](https://github.com/Azure/azureml-examples/blob/main/sdk/python/schedules/job-schedule.ipynb) Azure Machine Learning Notebook. Run the notebook to create and manage the schedules as described.
70+
The code examples in this article are excerpts from the [Working with Schedule](https://github.com/Azure/azureml-examples/blob/main/sdk/python/schedules/job-schedule.ipynb) Azure Machine Learning notebook. Run the notebook to create and manage the schedules as described.
7171

7272
# [Studio UI](#tab/ui)
7373

0 commit comments

Comments
 (0)