From d648d124800e46dfe8c3c7320bb6f7cc4b983b5d Mon Sep 17 00:00:00 2001 From: Adam Ivison Date: Mon, 12 Aug 2024 09:07:50 +0100 Subject: [PATCH] Fix: Remove duplicate `batch_data_capture_config` docstring --- src/sagemaker/transformer.py | 3 --- 1 file changed, 3 deletions(-) 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.