@Generated(value="software.amazon.awssdk:codegen") public final class InferenceExperimentDataStorageConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceExperimentDataStorageConfig.Builder,InferenceExperimentDataStorageConfig>
The Amazon S3 location and configuration for storing inference request and response data.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceExperimentDataStorageConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExperimentDataStorageConfig.Builder |
builder() |
CaptureContentTypeHeader |
contentType()
Returns the value of the ContentType property for this object.
|
String |
destination()
The Amazon S3 bucket where the inference request and response data is stored.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKey()
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest
using Amazon S3 server-side encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceExperimentDataStorageConfig.Builder> |
serializableBuilderClass() |
InferenceExperimentDataStorageConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destination()
The Amazon S3 bucket where the inference request and response data is stored.
public final String kmsKey()
The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
public final CaptureContentTypeHeader contentType()
public InferenceExperimentDataStorageConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceExperimentDataStorageConfig.Builder,InferenceExperimentDataStorageConfig>public static InferenceExperimentDataStorageConfig.Builder builder()
public static Class<? extends InferenceExperimentDataStorageConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.