We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2779afc commit 9e1fe91Copy full SHA for 9e1fe91
doc/workflows/pipelines/sagemaker.workflow.pipelines.rst
@@ -109,13 +109,17 @@ Steps
109
110
.. autoclass:: sagemaker.workflow.steps.TrainingStep
111
112
-.. autoclass:: sagemaker.workflow.steps.CreateModelStep
+.. autoclass:: sagemaker.workflow.steps.TuningStep
113
+
114
+.. autofunction:: sagemaker.workflow.steps.TuningStep.get_top_model_s3_uri
115
116
.. autoclass:: sagemaker.workflow.steps.TransformStep
117
118
.. autoclass:: sagemaker.workflow.steps.ProcessingStep
119
-.. autoclass:: sagemaker.workflow.steps.TuningStep
120
+.. autoclass:: sagemaker.workflow.steps.CreateModelStep
121
122
+.. autoclass:: sagemaker.workflow.callback_step.CallbackStep
123
124
Utilities
125
---------
0 commit comments