@@ -25,7 +25,7 @@ Breaking Changes
2525This section is for major changes that may require updates to your SageMaker Python SDK code.
2626For the full list of changes, see the `CHANGELOG <https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md >`_.
2727
28- Deprecations
28+ Removals
2929============
3030
3131Python 2 Support
@@ -34,7 +34,7 @@ Python 2 Support
3434This library is no longer supported for Python 2.
3535Please upgrade to Python 3 if you haven't already.
3636
37- Deprecate Legacy TensorFlow
37+ Remove Legacy TensorFlow
3838---------------------------
3939
4040TensorFlow versions 1.4-1.10 and some variations of versions 1.11-1.12
@@ -48,14 +48,14 @@ For more information, see `Upgrade from Legacy TensorFlow Support <frameworks/te
4848``delete_endpoint() `` for Estimators and ``HyperparameterTuner ``
4949----------------------------------------------------------------
5050
51- The ``delete_endpoint() `` method for estimators and ``HyperparameterTuner `` has been deprecated .
51+ The ``delete_endpoint() `` method for estimators and ``HyperparameterTuner `` has been removed .
5252Please use :func: `sagemaker.predictor.Predictor.delete_endpoint ` instead.
5353
5454Pre-instantiated Serializer and Deserializer Objects
5555----------------------------------------------------
5656
5757The ``csv_serializer ``, ``json_serializer ``, ``npy_serializer ``, ``csv_deserializer ``,
58- ``json_deserializer ``, and ``numpy_deserializer `` objects have been deprecated .
58+ ``json_deserializer ``, and ``numpy_deserializer `` objects have been removed .
5959
6060Please instantiate the objects instead.
6161
@@ -78,14 +78,14 @@ Please instantiate the objects instead.
7878``update_endpoint `` in ``deploy() ``
7979-----------------------------------
8080
81- The ``update_endpoint `` argument in ``deploy() `` methods for estimators and models has been deprecated .
81+ The ``update_endpoint `` argument in ``deploy() `` methods for estimators and models has been removed .
8282Please use :func: `sagemaker.predictor.Predictor.update_endpoint ` instead.
8383
8484``serializer `` and ``deserializer `` in ``create_model() ``
8585---------------------------------------------------------
8686
8787The ``serializer `` and ``deserializer `` arguments in
88- :func: `sagemaker.estimator.Estimator.create_model ` have been deprecated . Please
88+ :func: `sagemaker.estimator.Estimator.create_model ` have been removed . Please
8989specify serializers and deserializers in ``deploy() `` methods instead.
9090
9191``content_type `` and ``accept `` in the Predictor Constructor
@@ -124,7 +124,7 @@ write MIME types as a string,
124124Image URI Functions (e.g. ``get_image_uri ``)
125125--------------------------------------------
126126
127- The following functions have been deprecated in favor of :func: `sagemaker.image_uris.retrieve `:
127+ The following functions have been removed in favor of :func: `sagemaker.image_uris.retrieve `:
128128
129129- ``sagemaker.amazon_estimator.get_image_uri() ``
130130- ``sagemaker.fw_utils.create_image_uri() ``
@@ -136,25 +136,25 @@ For more information about usage, see :func:`sagemaker.image_uris.retrieve`.
136136SageMaker Python SDK CLI
137137------------------------
138138
139- The SageMaker Python SDK CLI has been deprecated .
139+ The SageMaker Python SDK CLI has been removed .
140140(This is different from the AWS CLI.)
141141
142142``enable_cloudwatch_metrics `` for Estimators and Models
143143-------------------------------------------------------
144144
145- The parameter ``enable_cloudwatch_metrics `` has been deprecated .
145+ The parameter ``enable_cloudwatch_metrics `` has been removed .
146146CloudWatch metrics are already emitted for all Training Jobs, etc.
147147
148148``sagemaker.fw_utils.parse_s3_url ``
149149-----------------------------------
150150
151- The ``sagemaker.fw_utils.parse_s3_url `` function has been deprecated .
151+ The ``sagemaker.fw_utils.parse_s3_url `` function has been removed .
152152Please use :func: `sagemaker.s3.parse_s3_url ` instead.
153153
154154``sagemaker.session.ModelContainer ``
155155------------------------------------
156156
157- The class ``sagemaker.session.ModelContainer `` has been deprecated , as it is not needed for creating inference pipelines.
157+ The class ``sagemaker.session.ModelContainer `` has been removed , as it is not needed for creating inference pipelines.
158158
159159Changes in Default Behavior
160160===========================
@@ -310,7 +310,7 @@ TensorFlow Serving Model
310310~~~~~~~~~~~~~~~~~~~~~~~~
311311
312312``sagemaker.tensorflow.serving.Model `` has been renamed to :class: `sagemaker.tensorflow.model.TensorFlowModel `.
313- (For the previous implementation of that class, see `Deprecate Legacy TensorFlow <#deprecate -legacy-tensorflow >`_).
313+ (For the previous implementation of that class, see `Remove Legacy TensorFlow <#remove -legacy-tensorflow >`_).
314314
315315Predictors
316316----------
@@ -331,7 +331,7 @@ TensorFlow Serving Predictor
331331~~~~~~~~~~~~~~~~~~~~~~~~~~~~
332332
333333``sagemaker.tensorflow.serving.Predictor `` has been renamed to :class: `sagemaker.tensorflow.model.TensorFlowPredictor `.
334- (For the previous implementation of that class, see `Deprecate Legacy TensorFlow <#deprecate -legacy-tensorflow >`_).
334+ (For the previous implementation of that class, see `Remove Legacy TensorFlow <#remove -legacy-tensorflow >`_).
335335
336336
337337Inputs
0 commit comments