| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDataCaptureConfig |
BatchDataCaptureConfig.clone() |
BatchDataCaptureConfig |
TransformJob.getDataCaptureConfig() |
BatchDataCaptureConfig |
DescribeTransformJobResult.getDataCaptureConfig()
Configuration to control how SageMaker captures inference data.
|
BatchDataCaptureConfig |
CreateTransformJobRequest.getDataCaptureConfig()
Configuration to control how SageMaker captures inference data.
|
BatchDataCaptureConfig |
BatchDataCaptureConfig.withDestinationS3Uri(String destinationS3Uri)
The Amazon S3 location being used to capture the data.
|
BatchDataCaptureConfig |
BatchDataCaptureConfig.withGenerateInferenceId(Boolean generateInferenceId)
Flag that indicates whether to append inference id to the output.
|
BatchDataCaptureConfig |
BatchDataCaptureConfig.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt
data on the storage volume attached to the ML compute instance that hosts the batch transform job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformJob.setDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig) |
void |
DescribeTransformJobResult.setDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
void |
CreateTransformJobRequest.setDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
TransformJob |
TransformJob.withDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig) |
DescribeTransformJobResult |
DescribeTransformJobResult.withDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
CreateTransformJobRequest |
CreateTransformJobRequest.withDataCaptureConfig(BatchDataCaptureConfig dataCaptureConfig)
Configuration to control how SageMaker captures inference data.
|
Copyright © 2023. All rights reserved.