Skip to content

Commit b3acd24

Browse files
committed
format for long urls
1 parent 3749994 commit b3acd24

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/sagemaker/feature_store/feature_processor/feature_scheduler.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,12 @@ def schedule(
273273
Args:
274274
pipeline_name (str): The SageMaker Pipeline name that will be scheduled.
275275
schedule_expression (str): The expression that defines when the schedule runs. It supports
276-
at expression, rate expression and cron expression. See https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-ScheduleExpression
277-
for more details.
276+
at expression, rate expression and cron expression. See '''https://docs.aws.amazon.com\
277+
/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-\
278+
request-ScheduleExpression''' for more details.
278279
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
279-
ENABLED and DISABLED. See https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State
280+
ENABLED and DISABLED. See '''https://docs.aws.amazon.com/scheduler/latest/APIReference\
281+
/API_CreateSchedule.html#scheduler-CreateSchedule-request-State'''
280282
for more details. If not specified, it will default to ENABLED.
281283
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
282284
invoking its target. Depending on the schedule’s recurrence expression, invocations

0 commit comments

Comments
 (0)