Class TransformOutput.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.TransformOutput.Jsii$Proxy
- All Implemented Interfaces:
TransformOutput,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TransformOutput
@Stability(Stable)
@Internal
public static final class TransformOutput.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TransformOutput
An implementation for
TransformOutput-
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.stepfunctions.tasks.TransformOutput
TransformOutput.Builder, TransformOutput.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TransformOutput.Builder builder) Constructor that initializes the object based on literal property values passed by theTransformOutput.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 StringMIME type used to specify the output data.final AssembleWithDefines how to assemble the results of the transform job as a single S3 object.final IKeyRefAWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.final StringS3 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 theTransformOutput.Builder.
-
-
Method Details
-
getS3OutputPath
Description copied from interface:TransformOutputS3 path where you want Amazon SageMaker to store the results of the transform job.- Specified by:
getS3OutputPathin interfaceTransformOutput
-
getAccept
Description copied from interface:TransformOutputMIME type used to specify the output data.Default: - None
- Specified by:
getAcceptin interfaceTransformOutput
-
getAssembleWith
Description copied from interface:TransformOutputDefines how to assemble the results of the transform job as a single S3 object.Default: - None
- Specified by:
getAssembleWithin interfaceTransformOutput
-
getEncryptionKey
Description copied from interface:TransformOutputAWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.Default: - default KMS key for Amazon S3 for your role's account.
- Specified by:
getEncryptionKeyin interfaceTransformOutput
-
$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()
-