Skip to content

Commit 24226f9

Browse files
committed
add callback step to doc
1 parent 93cdb68 commit 24226f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/workflows/pipelines/sagemaker.workflow.pipelines.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,17 @@ Steps
109109

110110
.. autoclass:: sagemaker.workflow.steps.TrainingStep
111111

112-
.. autoclass:: sagemaker.workflow.steps.CreateModelStep
112+
.. autofunction:: sagemaker.workflow.steps.TuningStep.get_top_model_s3_uri
113+
114+
.. autoclass:: sagemaker.workflow.steps.TuningStep
113115

114116
.. autoclass:: sagemaker.workflow.steps.TransformStep
115117

116118
.. autoclass:: sagemaker.workflow.steps.ProcessingStep
117119

118-
.. autoclass:: sagemaker.workflow.steps.TuningStep
120+
.. autoclass:: sagemaker.workflow.steps.CreateModelStep
119121

120-
.. autofunction:: sagemaker.workflow.steps.TuningStep.get_top_model_s3_uri
122+
.. autoclass:: sagemaker.workflow.callback_step.CallbackStep
121123

122124
Utilities
123125
---------

0 commit comments

Comments
 (0)