Class CfnTransformJobPropsMixin.DataCaptureConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.DataCaptureConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJobPropsMixin.DataCaptureConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJobPropsMixin.DataCaptureConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTransformJobPropsMixin.DataCaptureConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJobPropsMixin.DataCaptureConfigProperty
An implementation for
CfnTransformJobPropsMixin.DataCaptureConfigProperty-
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.CfnTransformJobPropsMixin.DataCaptureConfigProperty
CfnTransformJobPropsMixin.DataCaptureConfigProperty.Builder, CfnTransformJobPropsMixin.DataCaptureConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJobPropsMixin.DataCaptureConfigProperty.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 StringThe Amazon S3 location being used to capture the data.final ObjectFlag that indicates whether to append inference id to the output.final StringThe ARN of a KMS key that SageMaker uses to encrypt data on the storage volume.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 theCfnTransformJobPropsMixin.DataCaptureConfigProperty.Builder.
-
-
Method Details
-
getDestinationS3Uri
Description copied from interface:CfnTransformJobPropsMixin.DataCaptureConfigPropertyThe Amazon S3 location being used to capture the data.- Specified by:
getDestinationS3Uriin interfaceCfnTransformJobPropsMixin.DataCaptureConfigProperty- See Also:
-
getGenerateInferenceId
Description copied from interface:CfnTransformJobPropsMixin.DataCaptureConfigPropertyFlag that indicates whether to append inference id to the output.Returns union: either
BooleanorIResolvable- Specified by:
getGenerateInferenceIdin interfaceCfnTransformJobPropsMixin.DataCaptureConfigProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnTransformJobPropsMixin.DataCaptureConfigPropertyThe ARN of a KMS key that SageMaker uses to encrypt data on the storage volume.- Specified by:
getKmsKeyIdin interfaceCfnTransformJobPropsMixin.DataCaptureConfigProperty- 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()
-