@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.541Z") @Stability(value=Experimental) public interface TransformOutput extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransformOutput.Builder
A builder for
TransformOutput |
static class |
TransformOutput.Jsii$Proxy
An implementation for
TransformOutput |
| Modifier and Type | Method and Description |
|---|---|
static TransformOutput.Builder |
builder() |
default String |
getAccept()
MIME type used to specify the output data.
|
default AssembleWith |
getAssembleWith()
Defines how to assemble the results of the transform job as a single S3 object.
|
default 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.
|
@Stability(value=Experimental) String getS3OutputPath()
@Stability(value=Experimental) default String getAccept()
@Stability(value=Experimental) default AssembleWith getAssembleWith()
@Stability(value=Experimental) default Key getEncryptionKey()
@Stability(value=Experimental) static TransformOutput.Builder builder()
TransformOutput.Builder of TransformOutputCopyright © 2019. All rights reserved.