| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDataCaptureConfig |
DescribeTransformJobResponse.dataCaptureConfig()
Configuration to control how SageMaker captures inference data.
|
BatchDataCaptureConfig |
CreateTransformJobRequest.dataCaptureConfig()
Configuration to control how SageMaker captures inference data.
|
BatchDataCaptureConfig |
TransformJob.dataCaptureConfig()
Returns the value of the DataCaptureConfig property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
TransformJob.Builder |
TransformJob.Builder.dataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Copyright © 2023. All rights reserved.