Skip to content

Commit a267c3e

Browse files
mwfongAWSknikure
authored andcommitted
attempt fix
1 parent 3057cba commit a267c3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/inputs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ class TransformInput(object):
211211
processing a transform job invocation.
212212
213213
* ``'InvocationsTimeoutInSeconds'`` (int) - The timeout value in seconds for an
214-
invocation request. The default value is 600.
214+
invocation request. The default value is 600.
215215
* ``'InvocationsMaxRetries'`` (int) - The maximum number of retries when invocation
216-
requests are failing.
216+
requests are failing.
217217
218218
(default: ``{600,3}``)
219219
batch_data_capture_config (dict, an object of `BatchDataCaptureConfig
220-
<https://sagemaker.readthedocs.io/en/stable/api/utility/inputs.html#sagemaker.inputs.BatchDataCaptureConfig>`_)
220+
<https://sagemaker.readthedocs.io/en/stable/api/utility/inputs.html#sagemaker.inputs.BatchDataCaptureConfig>`_)
221221
Specifies configuration related to batch transform job
222222
for use with Amazon SageMaker Model Monitoring. For more information,
223223
see `Capture data from batch transform job

0 commit comments

Comments
 (0)