@@ -281,13 +281,13 @@ def schedule(
281
281
Args:
282
282
pipeline_name (str): The SageMaker Pipeline name that will be scheduled.
283
283
schedule_expression (str): The expression that defines when the schedule runs. It supports
284
- at expression, rate expression and cron expression. See https://docs.aws.amazon.com/
285
- scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request
286
- -ScheduleExpression for more details.
284
+ at expression, rate expression and cron expression. See ''' https://docs.aws.amazon.com\
285
+ / scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-\
286
+ request -ScheduleExpression''' for more details.
287
287
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
288
- ENABLED and DISABLED. See https://docs.aws.amazon.com/scheduler/latest/APIReference/
289
- API_CreateSchedule.html#scheduler-CreateSchedule-request-State for more details.
290
- If not specified, it will default to ENABLED.
288
+ ENABLED and DISABLED. See ''' https://docs.aws.amazon.com/scheduler/latest/APIReference\
289
+ / API_CreateSchedule.html#scheduler-CreateSchedule-request-State'''
290
+ for more details. If not specified, it will default to ENABLED.
291
291
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
292
292
invoking its target. Depending on the schedule’s recurrence expression, invocations
293
293
might occur on, or after, the StartDate you specify.
0 commit comments