@Stability(value=Experimental) @Internal public static final class TransformOutput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransformOutput
TransformOutputsoftware.amazon.jsii.JsiiObject.InitializationModeTransformOutput.Builder, TransformOutput.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String s3OutputPath,
String accept,
AssembleWith assembleWith,
IKey encryptionKey)
Constructor that initializes the object based on literal property values passed by the
TransformOutput.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccept()
(experimental) MIME type used to specify the output data.
|
AssembleWith |
getAssembleWith()
(experimental) Defines how to assemble the results of the transform job as a single S3 object.
|
IKey |
getEncryptionKey()
(experimental) AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
String |
getS3OutputPath()
(experimental) S3 path where you want Amazon SageMaker to store the results of the transform job.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String s3OutputPath, String accept, AssembleWith assembleWith, IKey encryptionKey)
TransformOutput.Builder.public final String getS3OutputPath()
TransformOutputgetS3OutputPath in interface TransformOutputpublic final String getAccept()
TransformOutputDefault: - None
getAccept in interface TransformOutputpublic final AssembleWith getAssembleWith()
TransformOutputDefault: - None
getAssembleWith in interface TransformOutputpublic final IKey getEncryptionKey()
TransformOutputDefault: - default KMS key for Amazon S3 for your role's account.
getEncryptionKey in interface TransformOutput@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.