We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfc301 commit bf6805fCopy full SHA for bf6805f
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
CHANGELOG
3
=========
4
5
+1.18.4.dev
6
+==========
7
+
8
+* doc-fix: Remove incorrect parameter for EI TFS Python README
9
10
1.18.3.post1
11
============
12
src/sagemaker/tensorflow/deploying_python.rst
@@ -31,8 +31,7 @@ TensorFlow serving on SageMaker has support for `Elastic Inference <https://docs
31
32
predictor = estimator.deploy(initial_instance_count=1,
33
instance_type='ml.c5.xlarge',
34
- accelerator_type='ml.eia1.medium'
35
- endpoint_type='tensorflow-serving-elastic-inference')
+ accelerator_type='ml.eia1.medium')
36
37
What happens when deploy is called
38
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments