File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -187,15 +187,34 @@ Specify Custom Serving Image
187
187
188
188
The ``image `` parameter has been renamed to ``image_uri `` for specifying a custom Docker image URI to use with inference.
189
189
190
+ TensorFlow Serving Model
191
+ ~~~~~~~~~~~~~~~~~~~~~~~~
192
+
193
+ ``sagemaker.tensorflow.serving.Model `` has been renamed to :class: `sagemaker.tensorflow.model.TensorFlowModel `.
194
+ (For the previous implementation of that class, see `Deprecate Legacy TensorFlow <#deprecate-legacy-tensorflow >`_).
195
+
190
196
Predictors
191
197
----------
192
198
199
+ Generic Predictor Class Name
200
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201
+
193
202
``sagemaker.predictor.RealTimePredictor `` has been renamed to :class: `sagemaker.predictor.Predictor `.
194
203
195
- In addition, for :class: `sagemaker.predictor.Predictor `, :class: `sagemaker.sparkml.model.SparkMLPredictor `,
204
+ Endpoint Argument Name
205
+ ~~~~~~~~~~~~~~~~~~~~~~
206
+
207
+ For :class: `sagemaker.predictor.Predictor `, :class: `sagemaker.sparkml.model.SparkMLPredictor `,
196
208
and predictors for Amazon algorithm (e.g. Factorization Machines, Linear Learner, etc.),
197
209
the ``endpoint `` attribute has been renamed to ``endpoint_name ``.
198
210
211
+ TensorFlow Serving Predictor
212
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
213
+
214
+ ``sagemaker.tensorflow.serving.Predictor `` has been renamed to :class: `sagemaker.tensorflow.model.TensorFlowPredictor `.
215
+ (For the previous implementation of that class, see `Deprecate Legacy TensorFlow <#deprecate-legacy-tensorflow >`_).
216
+
217
+
199
218
Airflow
200
219
-------
201
220
You can’t perform that action at this time.
0 commit comments