Skip to content

Commit 476c956

Browse files
committed
Update overview.rst
1 parent 7e4fd1d commit 476c956

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/overview.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ That is, you can bring your own model:
523523

524524
First, package the files for the trained model into a ``.tar.gz`` file, and upload the archive to S3.
525525

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>`__.
527527

528528
Example code using ``MXNetModel``:
529529

@@ -681,8 +681,8 @@ in the AWS documentation.
681681

682682
For more detailed explanations of the classes that this library provides for automatic model tuning, see:
683683

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>`__
686686

687687
*************************
688688
SageMaker Batch Transform
@@ -709,7 +709,7 @@ Alternatively, if you already have a SageMaker model, you can create an instance
709709
instance_count=1,
710710
instance_type='ml.m4.xlarge')
711711
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>`__.
713713

714714
After you create a ``Transformer`` object, you can invoke ``transform()`` to start a batch transform job with the S3 location of your data.
715715
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.
718718
719719
transformer.transform('s3://my-bucket/batch-transform-input')
720720
721-
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>`__.
722722

723723
**********
724724
Local Mode
@@ -1104,8 +1104,8 @@ methods.
11041104
model.delete_model()
11051105
predictor.delete_predictor()
11061106
1107-
.. _LambdaModel : file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/api/inference/model.html#sagemaker.serverless.model.LambdaModel
1108-
.. _LambdaPredictor : file:///Users/bvveeram/Documents/GitHub/sagemaker-python-sdk/doc/_build/html/api/inference/predictors.html#sagemaker.serverless.predictor.LambdaPredictor
1107+
.. _LambdaModel : https://sagemaker.readthedocs.io/en/stable/api/inference/model.html#sagemaker.serverless.model.LambdaModel
1108+
.. _LambdaPredictor : https://sagemaker.readthedocs.io/en/stable/api/inference/predictors.html#sagemaker.serverless.predictor.LambdaPredictor
11091109
11101110
******************
11111111
SageMaker Workflow

0 commit comments

Comments
 (0)