Skip to content

fix: fix URL links #4217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Oct 20, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
e02eb6d
update create and delete feature group API descriptions to mention in…
mwfongAWS Oct 9, 2023
57e2b5f
small changes to word ordering
mwfongAWS Oct 9, 2023
24928bd
update create and delete feature group API descriptions to mention in…
mwfongAWS Oct 9, 2023
205cc89
small changes to word ordering
mwfongAWS Oct 9, 2023
538552f
Merge branch 'master' into master
mwfongAWS Oct 12, 2023
99fe4f2
trailing whitespaces fix
mwfongAWS Oct 12, 2023
1f778c7
fix trailing whitespaces
mwfongAWS Oct 12, 2023
7492d62
Merge branch 'master' into master
mwfongAWS Oct 13, 2023
91adc22
Merge branch 'master' into master
mwfongAWS Oct 13, 2023
9fee919
Merge branch 'master' into master
mwfongAWS Oct 16, 2023
3dbe564
Merge branch 'master' into master
mwfongAWS Oct 17, 2023
ac774fc
Merge branch 'master' into master
mwfongAWS Oct 17, 2023
62a46c7
Merge branch 'master' into master
mwfongAWS Oct 17, 2023
3a97e4b
Merge branch 'master' into master
mwfongAWS Oct 18, 2023
07c1eca
Merge branch 'aws:master' into master
mwfongAWS Oct 18, 2023
0dda6be
fix urls
mwfongAWS Oct 18, 2023
d9b9bc6
trailing white spaces
mwfongAWS Oct 18, 2023
bd86887
add _ for links'
mwfongAWS Oct 18, 2023
ff734f8
Merge branch 'master' into master
mwfongAWS Oct 18, 2023
b78f12d
git rid of indentation
mwfongAWS Oct 18, 2023
0983d5f
Merge remote-tracking branch 'refs/remotes/origin/master'
mwfongAWS Oct 18, 2023
d4f2653
Merge branch 'master' into master
mwfongAWS Oct 19, 2023
3456270
Merge branch 'master' into master
mwfongAWS Oct 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,13 @@ def schedule(
Args:
pipeline_name (str): The SageMaker Pipeline name that will be scheduled.
schedule_expression (str): The expression that defines when the schedule runs. It supports
at expression, rate expression and cron expression. See '''https://docs.aws.amazon.com\
/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-\
request-ScheduleExpression''' for more details.
at expression, rate expression and cron expression. See the
`CreateSchedule API
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedulerequest-ScheduleExpression>`_
for more details.
state (str): Specifies whether the schedule is enabled or disabled. Valid values are
ENABLED and DISABLED. See '''https://docs.aws.amazon.com/scheduler/latest/APIReference\
/API_CreateSchedule.html#scheduler-CreateSchedule-request-State'''
ENABLED and DISABLED. See the `State request parameter
<https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#scheduler-CreateSchedule-request-State>`_
for more details. If not specified, it will default to ENABLED.
start_date (Optional[datetime]): The date, in UTC, after which the schedule can begin
invoking its target. Depending on the schedule’s recurrence expression, invocations
Expand Down