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