public static interface BatchDataCaptureConfig.Builder extends SdkPojo, CopyableBuilder<BatchDataCaptureConfig.Builder,BatchDataCaptureConfig>
| Modifier and Type | Method and Description |
|---|---|
BatchDataCaptureConfig.Builder |
destinationS3Uri(String destinationS3Uri)
The Amazon S3 location being used to capture the data.
|
BatchDataCaptureConfig.Builder |
generateInferenceId(Boolean generateInferenceId)
Flag that indicates whether to append inference id to the output.
|
BatchDataCaptureConfig.Builder |
kmsKeyId(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDataCaptureConfig.Builder destinationS3Uri(String destinationS3Uri)
The Amazon S3 location being used to capture the data.
destinationS3Uri - The Amazon S3 location being used to capture the data.BatchDataCaptureConfig.Builder kmsKeyId(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.
The KmsKeyId can be any of the following formats:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
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.
The KmsKeyId can be any of the following formats:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
BatchDataCaptureConfig.Builder generateInferenceId(Boolean generateInferenceId)
Flag that indicates whether to append inference id to the output.
generateInferenceId - Flag that indicates whether to append inference id to the output.Copyright © 2022. All rights reserved.