Class CfnInferenceExperiment.DataStorageConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.DataStorageConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceExperiment.DataStorageConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceExperiment.DataStorageConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceExperiment.DataStorageConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceExperiment.DataStorageConfigProperty
An implementation for
CfnInferenceExperiment.DataStorageConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.DataStorageConfigProperty
CfnInferenceExperiment.DataStorageConfigProperty.Builder, CfnInferenceExperiment.DataStorageConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInferenceExperiment.DataStorageConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configuration specifying how to treat different headers.final String
The Amazon S3 bucket where the inference request and response data is stored.final String
The AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInferenceExperiment.DataStorageConfigProperty.Builder
.
-
-
Method Details
-
getDestination
Description copied from interface:CfnInferenceExperiment.DataStorageConfigProperty
The Amazon S3 bucket where the inference request and response data is stored.- Specified by:
getDestination
in interfaceCfnInferenceExperiment.DataStorageConfigProperty
- See Also:
-
getContentType
Description copied from interface:CfnInferenceExperiment.DataStorageConfigProperty
Configuration specifying how to treat different headers.If no headers are specified SageMaker will by default base64 encode when capturing the data.
- Specified by:
getContentType
in interfaceCfnInferenceExperiment.DataStorageConfigProperty
- See Also:
-
getKmsKey
Description copied from interface:CfnInferenceExperiment.DataStorageConfigProperty
The AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.- Specified by:
getKmsKey
in interfaceCfnInferenceExperiment.DataStorageConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-