public static final class TransformOutput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransformOutput
software.amazon.jsii.JsiiObject.InitializationModeTransformOutput.Builder, TransformOutput.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
software.amazon.awscdk.services.kms.Key |
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public String getS3OutputPath()
getS3OutputPath in interface TransformOutput@Stability(value=Experimental) @Nullable public String getAccept()
getAccept in interface TransformOutput@Stability(value=Experimental) @Nullable public AssembleWith getAssembleWith()
getAssembleWith in interface TransformOutput@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.kms.Key getEncryptionKey()
getEncryptionKey in interface TransformOutputCopyright © 2019. All rights reserved.