Skip to content

Commit bd86887

Browse files
committed
add _ for links'
1 parent d9b9bc6 commit bd86887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/feature_store/feature_processor/feature_scheduler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ def schedule(
283283
schedule_expression (str): The expression that defines when the schedule runs. It supports
284284
at expression, rate expression and cron expression. See the
285285
`CreateSchedule API
286-
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedulerequest-ScheduleExpression>`
286+
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedulerequest-ScheduleExpression>`_
287287
for more details.
288288
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
289289
ENABLED and DISABLED. See the `State request parameter
290-
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State>`
290+
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State>`_
291291
for more details. If not specified, it will default to ENABLED.
292292
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
293293
invoking its target. Depending on the schedule’s recurrence expression, invocations

0 commit comments

Comments
 (0)