Skip to content

Commit 832d70d

Browse files
committed
attempt fix
1 parent 6e5bb4b commit 832d70d

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
@@ -216,9 +216,9 @@ class TransformInput(object):
216216
requests are failing.
217217
218218
(default: ``{600,3}``)
219-
batch_data_capture_config (dict, an object of `BatchDataCaptureConfig
220-
<https://sagemaker.readthedocs.io/en/stable/api/utility/inputs.html#sagemaker.inputs.BatchDataCaptureConfig>`_):
221-
Specifies configuration related to batch transform job
219+
batch_data_capture_config (dict): The dict is an object of `BatchDataCaptureConfig
220+
<https://sagemaker.readthedocs.io/en/stable/api/utility/inputs.html#sagemaker.inputs.BatchDataCaptureConfig>`_
221+
and 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
224224
<https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture-batch.html>`_

0 commit comments

Comments
 (0)