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: doc/overview.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,7 @@ That is, you can bring your own model:
523
523
524
524
First, package the files for the trained model into a ``.tar.gz`` file, and upload the archive to S3.
525
525
526
-
Next, create a ``Model`` object that corresponds to the framework that you are using: `MXNetModel <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/sagemaker.mxnet.html#mxnet-model>`__ or `TensorFlowModel <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/sagemaker.tensorflow.html#tensorflow-model>`__.
526
+
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>`__.
527
527
528
528
Example code using ``MXNetModel``:
529
529
@@ -681,8 +681,8 @@ in the AWS documentation.
681
681
682
682
For more detailed explanations of the classes that this library provides for automatic model tuning, see:
683
683
684
-
- `API docs for HyperparameterTuner and parameter range classes <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/tuner.html>`__
685
-
- `API docs for analytics classes <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/analytics.html>`__
684
+
- `API docs for HyperparameterTuner and parameter range classes <https://sagemaker.readthedocs.io/en/stable/tuner.html>`__
685
+
- `API docs for analytics classes <https://sagemaker.readthedocs.io/en/stable/analytics.html>`__
686
686
687
687
*************************
688
688
SageMaker Batch Transform
@@ -709,7 +709,7 @@ Alternatively, if you already have a SageMaker model, you can create an instance
709
709
instance_count=1,
710
710
instance_type='ml.m4.xlarge')
711
711
712
-
For a full list of the possible options to configure by using either of these methods, see the API docs for `Estimator <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/estimators.html#sagemaker.estimator.Estimator.transformer>`__ or `Transformer <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/transformer.html#sagemaker.transformer.Transformer>`__.
712
+
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>`__.
713
713
714
714
After you create a ``Transformer`` object, you can invoke ``transform()`` to start a batch transform job with the S3 location of your data.
715
715
You can also specify other attributes of your data, such as the content type.
@@ -718,7 +718,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 <file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/transformer.html#sagemaker.transformer.Transformer.transform>`__.
721
+
For more details about what can be specified here, see `API docs <https://sagemaker.readthedocs.io/en/stable/transformer.html#sagemaker.transformer.Transformer.transform>`__.
0 commit comments