@Stability(value=Experimental) 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccept()
MIME type used to specify the output data.
|
AssembleWith |
getAssembleWith()
Defines how to assemble the results of the transform job as a single S3 object.
|
IKey |
getEncryptionKey()
AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
String |
getS3OutputPath()
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, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getS3OutputPath()
TransformOutputEXPERIMENTAL
getS3OutputPath in interface TransformOutputpublic String getAccept()
TransformOutputDefault: - None
EXPERIMENTAL
getAccept in interface TransformOutputpublic AssembleWith getAssembleWith()
TransformOutputDefault: - None
EXPERIMENTAL
getAssembleWith in interface TransformOutputpublic IKey getEncryptionKey()
TransformOutputDefault: - default KMS key for Amazon S3 for your role's account.
EXPERIMENTAL
getEncryptionKey in interface TransformOutputpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.