You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -708,8 +708,8 @@ For more detailed examples of running hyperparameter tuning jobs, see:
708
708
709
709
For more detailed explanations of the classes that this library provides for automatic model tuning, see:
710
710
711
-
-`API docs for HyperparameterTuner and parameter range classes <https://sagemaker.readthedocs.io/en/latest/tuner.html>`__
712
-
-`API docs for analytics classes <https://sagemaker.readthedocs.io/en/latest/analytics.html>`__
711
+
-`API docs for HyperparameterTuner and parameter range classes <https://sagemaker.readthedocs.io/en/stable/tuner.html>`__
712
+
-`API docs for analytics classes <https://sagemaker.readthedocs.io/en/stable/analytics.html>`__
713
713
714
714
715
715
SageMaker Batch Transform
@@ -734,7 +734,7 @@ Alternatively, if you already have a SageMaker model, you can create an instance
734
734
instance_count=1,
735
735
instance_type='ml.m4.xlarge')
736
736
737
-
For a full list of the possible options to configure by using either of these methods, see the API docs for`Estimator <https://sagemaker.readthedocs.io/en/latest/estimators.html#sagemaker.estimator.Estimator.transformer>`__ or `Transformer <https://sagemaker.readthedocs.io/en/latest/transformer.html#sagemaker.transformer.Transformer>`__.
737
+
For a full list of the possible options to configure by using either of these methods, see the API docs for`Estimator <https://sagemaker.readthedocs.io/en/stable/estimators.html#sagemaker.estimator.Estimator.transformer>`__ or `Transformer <https://sagemaker.readthedocs.io/en/stable/transformer.html#sagemaker.transformer.Transformer>`__.
738
738
739
739
After you create a ``Transformer``object, you can invoke ``transform()`` to start a batch transform job with the S3 location of your data.
740
740
You can also specify other attributes of your data, such as the content type.
@@ -743,7 +743,7 @@ You can also specify other attributes of your data, such as the content type.
For more details about what can be specified here, see `API docs <https://sagemaker.readthedocs.io/en/latest/transformer.html#sagemaker.transformer.Transformer.transform>`__.
746
+
For more details about what can be specified here, see `API docs <https://sagemaker.readthedocs.io/en/stable/transformer.html#sagemaker.transformer.Transformer.transform>`__.
747
747
748
748
749
749
Secure Training and Inference withVPC
@@ -864,11 +864,11 @@ then call its ``predict()`` method with your input.
864
864
865
865
You can use either the generic ``RealTimePredictor``class, which by default does not perform any serialization/deserialization transformations on your input,
866
866
but can be configured to do so through constructor arguments:
@@ -887,7 +887,7 @@ That is, you can bring your own model:
887
887
888
888
First, package the files for the trained model into a ``.tar.gz``file, and upload the archive to S3.
889
889
890
-
Next, create a ``Model``object that corresponds to the framework that you are using: `MXNetModel <https://sagemaker.readthedocs.io/en/latest/sagemaker.mxnet.html#mxnet-model>`__ or `TensorFlowModel <https://sagemaker.readthedocs.io/en/latest/sagemaker.tensorflow.html#tensorflow-model>`__.
890
+
Next, create a ``Model``object that corresponds to the framework that you are using: `MXNetModel <https://sagemaker.readthedocs.io/en/stable/sagemaker.mxnet.html#mxnet-model>`__ or `TensorFlowModel <https://sagemaker.readthedocs.io/en/stable/sagemaker.tensorflow.html#tensorflow-model>`__.
0 commit comments