Skip to content

Commit b8e3e05

Browse files
authored
fix: fix URL links (#4217)
1 parent 80df01c commit b8e3e05

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/sagemaker/feature_store/feature_processor/feature_scheduler.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,13 @@ def schedule(
281281
Args:
282282
pipeline_name (str): The SageMaker Pipeline name that will be scheduled.
283283
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-\
286-
request-ScheduleExpression''' for more details.
284+
at expression, rate expression and cron expression. See the
285+
`CreateSchedule API
286+
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedulerequest-ScheduleExpression>`_
287+
for more details.
287288
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'''
289+
ENABLED and DISABLED. See the `State request parameter
290+
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State>`_
290291
for more details. If not specified, it will default to ENABLED.
291292
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
292293
invoking its target. Depending on the schedule’s recurrence expression, invocations

0 commit comments

Comments
 (0)