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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.TransformOutput
TransformOutput.Builder, TransformOutput.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(TransformOutput.Builder builder) Constructor that initializes the object based on literal property values passed by theTransformOutput.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
MIME type used to specify the output data.final AssembleWith
Defines how to assemble the results of the transform job as a single S3 object.final IKey
AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.final String
S3 path where you want Amazon SageMaker to store the results of the transform job.final int
hashCode()
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:TransformOutput
S3 path where you want Amazon SageMaker to store the results of the transform job.- Specified by:
getS3OutputPath
in interfaceTransformOutput
-
getAccept
Description copied from interface:TransformOutput
MIME type used to specify the output data.Default: - None
- Specified by:
getAccept
in interfaceTransformOutput
-
getAssembleWith
Description copied from interface:TransformOutput
Defines how to assemble the results of the transform job as a single S3 object.Default: - None
- Specified by:
getAssembleWith
in interfaceTransformOutput
-
getEncryptionKey
Description copied from interface:TransformOutput
AWS 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:
getEncryptionKey
in interfaceTransformOutput
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-