@Generated(value="software.amazon.awssdk:codegen") public final class BatchDataCaptureConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDataCaptureConfig.Builder,BatchDataCaptureConfig>
Configuration to control how SageMaker captures inference data for batch transform jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDataCaptureConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDataCaptureConfig.Builder |
builder() |
String |
destinationS3Uri()
The Amazon S3 location being used to capture the data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
generateInferenceId()
Flag that indicates whether to append inference id to the output.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDataCaptureConfig.Builder> |
serializableBuilderClass() |
BatchDataCaptureConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationS3Uri()
The Amazon S3 location being used to capture the data.
public final 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
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
public final Boolean generateInferenceId()
Flag that indicates whether to append inference id to the output.
public BatchDataCaptureConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDataCaptureConfig.Builder,BatchDataCaptureConfig>public static BatchDataCaptureConfig.Builder builder()
public static Class<? extends BatchDataCaptureConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.