Uses of Class
software.amazon.awssdk.services.sagemaker.model.BatchDataCaptureConfig
-
Packages that use BatchDataCaptureConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of BatchDataCaptureConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return BatchDataCaptureConfig Modifier and Type Method Description BatchDataCaptureConfigCreateTransformJobRequest. dataCaptureConfig()Configuration to control how SageMaker captures inference data.BatchDataCaptureConfigDescribeTransformJobResponse. dataCaptureConfig()Configuration to control how SageMaker captures inference data.BatchDataCaptureConfigTransformJob. dataCaptureConfig()Returns the value of the DataCaptureConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type BatchDataCaptureConfig Modifier and Type Method Description CreateTransformJobRequest.BuilderCreateTransformJobRequest.Builder. dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)Configuration to control how SageMaker captures inference data.DescribeTransformJobResponse.BuilderDescribeTransformJobResponse.Builder. dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)Configuration to control how SageMaker captures inference data.TransformJob.BuilderTransformJob.Builder. dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)Sets the value of the DataCaptureConfig property for this object.
-