We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d510bca commit 254f2f1Copy full SHA for 254f2f1
src/sagemaker/inputs.py
@@ -168,7 +168,7 @@ class TransformInput(object):
168
169
Args:
170
data (str): The S3 location of the input data that the model can consume.
171
- data_type (str): The data type for an elastic inference accelerator.
+ data_type (str): The data type for a batch transform job.
172
(default: ``'S3Prefix'``)
173
content_type (str): The multi-purpose internet email extension (MIME) type of the data.
174
(default: None)
0 commit comments