Skip to content

Commit 57cbad6

Browse files
authored
doc: correct broken AutoML API documentation link (aws#1277)
1 parent ab52225 commit 57cbad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/automl/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ job. By calling this method, you can view and compare the candidates.
4545
#. Deploy the best candidate (or any given candidate): ``deploy()`` by default will deploy the best candidate to an
4646
inference pipeline. But you can also specify a candidate to deploy through ``candidate`` parameter.
4747

48-
For more information about ``AutoML`` parameters, please refer to: https://sagemaker.readthedocs.io/en/stable/sagemaker.automl.html
48+
For more information about ``AutoML`` parameters, please refer to: https://sagemaker.readthedocs.io/en/stable/automl.html
4949

5050
SageMaker CandidateEstimator Class
5151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -64,4 +64,4 @@ The simplest re-run is to feed a new dataset but reuse all other configurations
6464
If you want to have more control over the step jobs of the candidate, you can call ``get_steps()`` and construct
6565
training/tuning jobs by yourself.
6666

67-
For more information about ``CandidateEstimator`` parameters, please refer to: https://sagemaker.readthedocs.io/en/stable/sagemaker.candidate_estimator.html
67+
For more information about ``CandidateEstimator`` parameters, please refer to: https://sagemaker.readthedocs.io/en/stable/automl.html#sagemaker.automl.candidate_estimator.CandidateEstimator

0 commit comments

Comments
 (0)