Skip to content

Commit 9276c3c

Browse files
eslesar-awsmvsusp
andauthored
Update doc/overview.rst
Co-Authored-By: Marcio Vinicius dos Santos <[email protected]>
1 parent d7807d3 commit 9276c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After you train a model, you can save it, and then serve the model as an endpoin
3030
Prepare a Training script
3131
=========================
3232

33-
Your training script must be a Python 2.7 or 3.5 compatible source file.
33+
Your training script must be a Python 2.7 or 3.6 compatible source file.
3434

3535
The training script is very similar to a training script you might run outside of SageMaker, but you can access useful properties about the training environment through various environment variables, including the following:
3636

@@ -956,4 +956,4 @@ Example code using the TensorFlow predictor:
956956
from sagemaker.tensorflow import TensorFlowPredictor
957957
958958
predictor = TensorFlowPredictor('myexistingendpoint')
959-
result = predictor.predict(['my request body'])
959+
result = predictor.predict(['my request body'])

0 commit comments

Comments
 (0)