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
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ When you have a pipeline job with satisfying performance and outputs, you can se
104
104
After you configure the basic settings, you can directly select **Review + Create**, and the schedule will automatically submit jobs according to the recurrence pattern you specified.
105
105
106
106
---
107
+
> [!NOTE]
108
+
> The following properties that need to be specified apply for CLI and SDK.
107
109
108
110
-**(Required)**`frequency` specifies the unit of time that describes how often the schedule fires. Can be `minute`, `hour`, `day`, `week`, `month`.
109
111
@@ -254,6 +256,9 @@ Following properties can be changed when defining schedule:
254
256
|outputs| A dictionary of inputs to be used when running the pipeline job. |
255
257
|experiment_name|Experiment name of triggered job.|
256
258
259
+
> [!NOTE]
260
+
> Studio UI users can only modify input, output, and runtime settings when creating a schedule. `experiment_name` can only be changed using the CLI or SDK.
261
+
257
262
### Expressions supported in schedule
258
263
259
264
When define schedule, we support following expression that will be resolved to real value during job runtime.
@@ -350,6 +355,9 @@ You can select a schedule name to show the schedule detail page. The schedule de
> For a simpler way to find all jobs triggered by a schedule, see the *Jobs history* on the *schedule detail page* using the studio UI.
456
+
445
457
---
446
458
447
459
## Delete a schedule
@@ -468,13 +480,13 @@ You can delete a schedule from the schedule detail page or all schedules tab.
468
480
---
469
481
## RBAC (Role-based-access-control) support
470
482
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.
483
+
Since schedules are usually used for production, to reduce impact of misoperation, workspace admins may want to restrict access to creating and managing schedules within a workspace.
472
484
473
485
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.](how-to-assign-roles.md#create-custom-role)
| Read |et and list schedules in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/read |
489
+
| Read |Get and list schedules in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/read |
478
490
| Write | Create, update, disable and enable schedules in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/write |
479
491
| Delete | Delete a schedule in Machine Learning workspace | Microsoft.MachineLearningServices/workspaces/schedules/delete |
480
492
@@ -489,9 +501,9 @@ Currently there are three action rules related to schedules and you can configur
489
501
- Why my schedules don't trigger job at the time I set before?
490
502
- By default schedules will use UTC timezone to calculate trigger time. You can specify timezone in the creation wizard, or update timezone in schedule detail page.
491
503
- If you set the recurrence as the 31st day of every month, in months with less than 31 days, the schedule won't trigger jobs.
492
-
- If you are using cron expressions, MONTH isn't supported. If you pass a value, it will be ignored and treated as *. This is a known limitation.
493
-
-Does schedule UI support event-based schedules?
494
-
No.
504
+
- If you're using cron expressions, MONTH isn't supported. If you pass a value, it will be ignored and treated as *. This is a known limitation.
505
+
-Are event-based schedules supported?
506
+
No, V2 schedule does not support event-based schedules.
0 commit comments