Skip to content

Commit abe2c49

Browse files
authored
Update how-to-schedule-pipeline-job.md
1 parent f916e92 commit abe2c49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
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`.

0 commit comments

Comments
 (0)