@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.946Z") @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()
(experimental) MIME type used to specify the output data.
|
default AssembleWith |
getAssembleWith()
(experimental) Defines how to assemble the results of the transform job as a single S3 object.
|
default IKey |
getEncryptionKey()
(experimental) AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
String |
getS3OutputPath()
(experimental) S3 path where you want Amazon SageMaker to store the results of the transform job.
|
@Stability(value=Experimental) @NotNull String getS3OutputPath()
@Stability(value=Experimental) @Nullable default String getAccept()
Default: - None
@Stability(value=Experimental) @Nullable default AssembleWith getAssembleWith()
Default: - None
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - default KMS key for Amazon S3 for your role's account.
@Stability(value=Experimental) static TransformOutput.Builder builder()
TransformOutput.Builder
of TransformOutput
Copyright © 2021. All rights reserved.