Class CfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceExperimentPropsMixin.DataStorageConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceExperimentPropsMixin.DataStorageConfigProperty
@Stability(Stable)
@Internal
public static final class CfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInferenceExperimentPropsMixin.DataStorageConfigProperty
An implementation for
CfnInferenceExperimentPropsMixin.DataStorageConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceExperimentPropsMixin.DataStorageConfigProperty
CfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Builder, CfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectConfiguration specifying how to treat different headers.final StringThe Amazon S3 bucket where the inference request and response data is stored.final StringThe AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.final inthashCode()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 theCfnInferenceExperimentPropsMixin.DataStorageConfigProperty.Builder.
-
-
Method Details
-
getContentType
Description copied from interface:CfnInferenceExperimentPropsMixin.DataStorageConfigPropertyConfiguration specifying how to treat different headers.If no headers are specified SageMaker will by default base64 encode when capturing the data.
Returns union: either
IResolvableorCfnInferenceExperimentPropsMixin.CaptureContentTypeHeaderProperty- Specified by:
getContentTypein interfaceCfnInferenceExperimentPropsMixin.DataStorageConfigProperty- See Also:
-
getDestination
Description copied from interface:CfnInferenceExperimentPropsMixin.DataStorageConfigPropertyThe Amazon S3 bucket where the inference request and response data is stored.- Specified by:
getDestinationin interfaceCfnInferenceExperimentPropsMixin.DataStorageConfigProperty- See Also:
-
getKmsKey
Description copied from interface:CfnInferenceExperimentPropsMixin.DataStorageConfigPropertyThe AWS Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.- Specified by:
getKmsKeyin interfaceCfnInferenceExperimentPropsMixin.DataStorageConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-