Class CfnTransformJobPropsMixin.TransformOutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.TransformOutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJobPropsMixin.TransformOutputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJobPropsMixin.TransformOutputProperty
@Stability(Stable)
@Internal
public static final class CfnTransformJobPropsMixin.TransformOutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJobPropsMixin.TransformOutputProperty
An implementation for
CfnTransformJobPropsMixin.TransformOutputProperty-
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.TransformOutputProperty
CfnTransformJobPropsMixin.TransformOutputProperty.Builder, CfnTransformJobPropsMixin.TransformOutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJobPropsMixin.TransformOutputProperty.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 MIME type used to specify the output data.final StringDefines how to assemble the results of the transform job as a single S3 object.final StringThe AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.final StringThe Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.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.TransformOutputProperty.Builder.
-
-
Method Details
-
getAccept
Description copied from interface:CfnTransformJobPropsMixin.TransformOutputPropertyThe MIME type used to specify the output data.- Specified by:
getAcceptin interfaceCfnTransformJobPropsMixin.TransformOutputProperty- See Also:
-
getAssembleWith
Description copied from interface:CfnTransformJobPropsMixin.TransformOutputPropertyDefines how to assemble the results of the transform job as a single S3 object.- Specified by:
getAssembleWithin interfaceCfnTransformJobPropsMixin.TransformOutputProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnTransformJobPropsMixin.TransformOutputPropertyThe AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.- Specified by:
getKmsKeyIdin interfaceCfnTransformJobPropsMixin.TransformOutputProperty- See Also:
-
getS3OutputPath
Description copied from interface:CfnTransformJobPropsMixin.TransformOutputPropertyThe Amazon S3 path where you want Amazon SageMaker to store the results of the transform job.- Specified by:
getS3OutputPathin interfaceCfnTransformJobPropsMixin.TransformOutputProperty- 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()
-