@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.577Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TransformOutput.Builder |
builder() |
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.
|
@Stability(value=Experimental) String getS3OutputPath()
@Stability(value=Experimental) String getAccept()
@Stability(value=Experimental) AssembleWith getAssembleWith()
@Stability(value=Experimental) software.amazon.awscdk.services.kms.Key getEncryptionKey()
@Stability(value=Experimental) static TransformOutput.Builder builder()
TransformOutput.Builder of TransformOutputCopyright © 2019. All rights reserved.