Skip to content

Commit 3749994

Browse files
committed
fix hyperlinks
1 parent 9fee919 commit 3749994

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/sagemaker/feature_store/feature_processor/feature_scheduler.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,11 @@ 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/
277-
scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request
278-
-ScheduleExpression for more details.
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.
279278
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
280-
ENABLED and DISABLED. See https://docs.aws.amazon.com/scheduler/latest/APIReference/
281-
API_CreateSchedule.html#scheduler-CreateSchedule-request-State for more details.
282-
If not specified, it will default to ENABLED.
279+
ENABLED and DISABLED. See https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State
280+
for more details. If not specified, it will default to ENABLED.
283281
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
284282
invoking its target. Depending on the schedule’s recurrence expression, invocations
285283
might occur on, or after, the StartDate you specify.

0 commit comments

Comments
 (0)