Class InferenceExperimentDataStorageConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InferenceExperimentDataStorageConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InferenceExperimentDataStorageConfig.Builder,InferenceExperimentDataStorageConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InferenceExperimentDataStorageConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
destination
public final String destination()
The Amazon S3 bucket where the inference request and response data is stored.
- Returns:
- The Amazon S3 bucket where the inference request and response data is stored.
-
kmsKey
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.
- Returns:
- The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.
-
contentType
public final CaptureContentTypeHeader contentType()
Returns the value of the ContentType property for this object.- Returns:
- The value of the ContentType property for this object.
-
toBuilder
public InferenceExperimentDataStorageConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<InferenceExperimentDataStorageConfig.Builder,InferenceExperimentDataStorageConfig>
-
builder
public static InferenceExperimentDataStorageConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceExperimentDataStorageConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-