File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sagemaker/feature_store/feature_processor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,11 +282,11 @@ def schedule(
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
284
at expression, rate expression and cron expression. See the
285
- `CreateSchedule API
285
+ `CreateSchedule API
286
286
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedulerequest-ScheduleExpression>`
287
287
for more details.
288
288
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
289
- ENABLED and DISABLED. See the `State request parameter
289
+ ENABLED and DISABLED. See the `State request parameter
290
290
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State>`
291
291
for more details. If not specified, it will default to ENABLED.
292
292
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
You can’t perform that action at this time.
0 commit comments