diff --git a/src/sagemaker/transformer.py b/src/sagemaker/transformer.py index d52bf52186..ccf6695c98 100644 --- a/src/sagemaker/transformer.py +++ b/src/sagemaker/transformer.py @@ -231,9 +231,6 @@ def transform( batch_data_capture_config (BatchDataCaptureConfig): Configuration object which specifies the configurations related to the batch data capture for the transform job (default: ``None``). - batch_data_capture_config (BatchDataCaptureConfig): Configuration object which - specifies the configurations related to the batch data capture for the transform job - (default: ``None``). wait (bool): Whether the call should wait until the job completes (default: ``True``). logs (bool): Whether to show the logs produced by the job.