@@ -25,7 +25,7 @@ Breaking Changes
25
25
This section is for major changes that may require updates to your SageMaker Python SDK code.
26
26
For the full list of changes, see the `CHANGELOG <https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md >`_.
27
27
28
- Deprecations
28
+ Removals
29
29
============
30
30
31
31
Python 2 Support
@@ -34,7 +34,7 @@ Python 2 Support
34
34
This library is no longer supported for Python 2.
35
35
Please upgrade to Python 3 if you haven't already.
36
36
37
- Deprecate Legacy TensorFlow
37
+ Remove Legacy TensorFlow
38
38
---------------------------
39
39
40
40
TensorFlow 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
48
48
``delete_endpoint() `` for Estimators and ``HyperparameterTuner ``
49
49
----------------------------------------------------------------
50
50
51
- The ``delete_endpoint() `` method for estimators and ``HyperparameterTuner `` has been deprecated .
51
+ The ``delete_endpoint() `` method for estimators and ``HyperparameterTuner `` has been removed .
52
52
Please use :func: `sagemaker.predictor.Predictor.delete_endpoint ` instead.
53
53
54
54
Pre-instantiated Serializer and Deserializer Objects
55
55
----------------------------------------------------
56
56
57
57
The ``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 .
59
59
60
60
Please instantiate the objects instead.
61
61
@@ -78,14 +78,14 @@ Please instantiate the objects instead.
78
78
``update_endpoint `` in ``deploy() ``
79
79
-----------------------------------
80
80
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 .
82
82
Please use :func: `sagemaker.predictor.Predictor.update_endpoint ` instead.
83
83
84
84
``serializer `` and ``deserializer `` in ``create_model() ``
85
85
---------------------------------------------------------
86
86
87
87
The ``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
89
89
specify serializers and deserializers in ``deploy() `` methods instead.
90
90
91
91
``content_type `` and ``accept `` in the Predictor Constructor
@@ -124,7 +124,7 @@ write MIME types as a string,
124
124
Image URI Functions (e.g. ``get_image_uri ``)
125
125
--------------------------------------------
126
126
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 `:
128
128
129
129
- ``sagemaker.amazon_estimator.get_image_uri() ``
130
130
- ``sagemaker.fw_utils.create_image_uri() ``
@@ -136,25 +136,25 @@ For more information about usage, see :func:`sagemaker.image_uris.retrieve`.
136
136
SageMaker Python SDK CLI
137
137
------------------------
138
138
139
- The SageMaker Python SDK CLI has been deprecated .
139
+ The SageMaker Python SDK CLI has been removed .
140
140
(This is different from the AWS CLI.)
141
141
142
142
``enable_cloudwatch_metrics `` for Estimators and Models
143
143
-------------------------------------------------------
144
144
145
- The parameter ``enable_cloudwatch_metrics `` has been deprecated .
145
+ The parameter ``enable_cloudwatch_metrics `` has been removed .
146
146
CloudWatch metrics are already emitted for all Training Jobs, etc.
147
147
148
148
``sagemaker.fw_utils.parse_s3_url ``
149
149
-----------------------------------
150
150
151
- The ``sagemaker.fw_utils.parse_s3_url `` function has been deprecated .
151
+ The ``sagemaker.fw_utils.parse_s3_url `` function has been removed .
152
152
Please use :func: `sagemaker.s3.parse_s3_url ` instead.
153
153
154
154
``sagemaker.session.ModelContainer ``
155
155
------------------------------------
156
156
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.
158
158
159
159
Changes in Default Behavior
160
160
===========================
@@ -310,7 +310,7 @@ TensorFlow Serving Model
310
310
~~~~~~~~~~~~~~~~~~~~~~~~
311
311
312
312
``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 >`_).
314
314
315
315
Predictors
316
316
----------
@@ -331,7 +331,7 @@ TensorFlow Serving Predictor
331
331
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
332
332
333
333
``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 >`_).
335
335
336
336
337
337
Inputs
0 commit comments