Skip to content

doc: add tuning step get_top_model_s3_uri and callback step to doc #2516

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 31 commits into from
Jul 12, 2021
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
868db55
add helper function to generate no-op (data ingestion only) recipe
jerrypeng7773 May 11, 2021
21bedbb
Merge branch 'aws:master' into master
jerrypeng7773 May 11, 2021
854dd10
separate flow generation by source input type + move generation helpe…
jerrypeng7773 May 11, 2021
8798b65
Merge branch 'aws:master' into master
jerrypeng7773 May 11, 2021
69ae4bd
create an internal helper function to generate output node
jerrypeng7773 May 12, 2021
a6a8449
Merge branch 'master' of github.com:jerrypeng7773/sagemaker-python-sdk
jerrypeng7773 May 12, 2021
2aa256e
Merge branch 'aws:master' into master
jerrypeng7773 May 18, 2021
06557a8
add ingestion test using dw processor via pipeline execution
jerrypeng7773 May 19, 2021
dcbfd13
Merge branch 'aws:master' into master
jerrypeng7773 May 19, 2021
fc6522e
verify the fg query df
jerrypeng7773 May 19, 2021
b6f9371
Merge branch 'master' into master
ahsan-z-khan May 19, 2021
86fa47d
fix tests
jerrypeng7773 May 19, 2021
05ccfa6
Merge branch 'master' into master
ahsan-z-khan May 20, 2021
0716e9f
Merge branch 'aws:master' into master
jerrypeng7773 Jun 14, 2021
7ca5af4
add tuning step support
jerrypeng7773 Jun 24, 2021
8cf18b8
fix docstyle check
jerrypeng7773 Jun 24, 2021
1f95b82
add helper function to get tuning step top performing model s3 uri
jerrypeng7773 Jun 29, 2021
1b9d66b
Merge branch 'aws:master' into master
jerrypeng7773 Jun 30, 2021
603b934
Merge branch 'aws:master' into master
jerrypeng7773 Jun 30, 2021
664f2a8
Merge branch 'master' of github.com:jerrypeng7773/sagemaker-python-sdk
jerrypeng7773 Jun 30, 2021
a8755ec
Merge branch 'master' into master
apogupta2018 Jul 1, 2021
e25d36c
Merge branch 'aws:master' into master
jerrypeng7773 Jul 1, 2021
c19c426
add tuning step to docs
jerrypeng7773 Jul 6, 2021
cb7be4a
Merge branch 'master' into master
ahsan-z-khan Jul 7, 2021
2918765
add tuning step get_top_model_s3_uri to doc
jerrypeng7773 Jul 9, 2021
fe9bd70
Merge branch 'aws:master' into master
jerrypeng7773 Jul 9, 2021
378c868
Merge branch 'master' of github.com:jerrypeng7773/sagemaker-python-sdk
jerrypeng7773 Jul 9, 2021
93cdb68
remove extra new line
jerrypeng7773 Jul 9, 2021
24226f9
add callback step to doc
jerrypeng7773 Jul 9, 2021
001cac5
switch order in doc
jerrypeng7773 Jul 9, 2021
b5c00c1
Merge branch 'master' into master
ahsan-z-khan Jul 12, 2021
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
8 changes: 6 additions & 2 deletions doc/workflows/pipelines/sagemaker.workflow.pipelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,17 @@ Steps

.. autoclass:: sagemaker.workflow.steps.TrainingStep

.. autoclass:: sagemaker.workflow.steps.CreateModelStep
.. autoclass:: sagemaker.workflow.steps.TuningStep

.. autofunction:: sagemaker.workflow.steps.TuningStep.get_top_model_s3_uri

.. autoclass:: sagemaker.workflow.steps.TransformStep

.. autoclass:: sagemaker.workflow.steps.ProcessingStep

.. autoclass:: sagemaker.workflow.steps.TuningStep
.. autoclass:: sagemaker.workflow.steps.CreateModelStep

.. autoclass:: sagemaker.workflow.callback_step.CallbackStep

Utilities
---------
Expand Down