@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.942Z") @Stability(value=Experimental) public interface TransformOutput extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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()
EXPERIMENTAL
@Stability(value=Experimental) default String getAccept()
EXPERIMENTAL
@Stability(value=Experimental) default AssembleWith getAssembleWith()
EXPERIMENTAL
@Stability(value=Experimental) default Key getEncryptionKey()
EXPERIMENTAL
@Stability(value=Experimental) static TransformOutput.Builder builder()
TransformOutput.Builder of TransformOutputCopyright © 2020. All rights reserved.