Skip to content

Commit 88df493

Browse files
authored
Merge pull request #208216 from lgayhardt/patch-97
small note
2 parents 8ac675a + abe2c49 commit 88df493

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ You can schedule a pipeline job yaml in local or an existing pipeline job in wor
6161

6262
- **(Required)** `type` specifies the schedule type is `recurrence`. It can also be `cron`, see details in the next section.
6363

64+
List continues below.
65+
6466
# [Python](#tab/python)
6567

6668
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
@@ -71,6 +73,8 @@ You can schedule a pipeline job yaml in local or an existing pipeline job in wor
7173

7274
- **(Required)** To provide better coding experience, we use `RecurrenceTrigger` for recurrence schedule.
7375

76+
List continues below.
77+
7478
---
7579

7680
- **(Required)** `frequency` specifies the unit of time that describes how often the schedule fires. Can be `minute`, `hour`, `day`, `week`, `month`.
@@ -103,6 +107,8 @@ The `trigger` section defines the schedule details and contains following proper
103107

104108
- **(Required)** `type` specifies the schedule type is `cron`.
105109

110+
List continues below.
111+
106112
# [Python](#tab/python)
107113

108114
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
@@ -113,6 +119,8 @@ The `CronTrigger` section defines the schedule details and contains following pr
113119

114120
- **(Required)** To provide better coding experience, we use `CronTrigger` for recurrence schedule.
115121

122+
List continues below.
123+
116124
---
117125

118126
- **(Required)** `expression` uses standard crontab expression to express a recurring schedule. A single expression is composed of five space-delimited fields:
@@ -323,4 +331,4 @@ You can also apply [Azure CLI JMESPath query](/cli/azure/query-azure-cli) to que
323331

324332

325333
> [!NOTE]
326-
> Information the user should notice even if skimming
334+
> Information the user should notice even if skimming

0 commit comments

Comments
 (0)