You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sagemaker/feature_store/feature_processor/feature_scheduler.py
+5-3
Original file line number
Diff line number
Diff line change
@@ -273,10 +273,12 @@ def schedule(
273
273
Args:
274
274
pipeline_name (str): The SageMaker Pipeline name that will be scheduled.
275
275
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\
0 commit comments