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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.DataStorageConfigProperty
CfnInferenceExperiment.DataStorageConfigProperty.Builder, CfnInferenceExperiment.DataStorageConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceExperiment.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 theCfnInferenceExperiment.DataStorageConfigProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnInferenceExperiment.DataStorageConfigPropertyThe Amazon S3 bucket where the inference request and response data is stored.- Specified by:
getDestinationin interfaceCfnInferenceExperiment.DataStorageConfigProperty- See Also:
-
getContentType
Description copied from interface:CfnInferenceExperiment.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
IResolvableorCfnInferenceExperiment.CaptureContentTypeHeaderProperty- Specified by:
getContentTypein interfaceCfnInferenceExperiment.DataStorageConfigProperty- See Also:
-
getKmsKey
Description copied from interface:CfnInferenceExperiment.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 interfaceCfnInferenceExperiment.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()
-