Interface BatchDataCaptureConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDataCaptureConfig.Builder,
,BatchDataCaptureConfig> SdkBuilder<BatchDataCaptureConfig.Builder,
,BatchDataCaptureConfig> SdkPojo
- Enclosing class:
BatchDataCaptureConfig
-
Method Summary
Modifier and TypeMethodDescriptiondestinationS3Uri
(String destinationS3Uri) The Amazon S3 location being used to capture the data.generateInferenceId
(Boolean generateInferenceId) Flag that indicates whether to append inference id to the output.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
destinationS3Uri
The Amazon S3 location being used to capture the data.
- Parameters:
destinationS3Uri
- The Amazon S3 location being used to capture the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
generateInferenceId
Flag that indicates whether to append inference id to the output.
- Parameters:
generateInferenceId
- Flag that indicates whether to append inference id to the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-