@Stability(value=Experimental) public static final class TransformOutput.Builder extends Object
TransformOutput| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TransformOutput |
build()
Builds the configured instance.
|
TransformOutput.Builder |
withAccept(String value)
Sets the value of Accept
|
TransformOutput.Builder |
withAssembleWith(AssembleWith value)
Sets the value of AssembleWith
|
TransformOutput.Builder |
withEncryptionKey(software.amazon.awscdk.services.kms.Key value)
Sets the value of EncryptionKey
|
TransformOutput.Builder |
withS3OutputPath(String value)
Sets the value of S3OutputPath
|
@Stability(value=Experimental) public TransformOutput.Builder withS3OutputPath(String value)
value - S3 path where you want Amazon SageMaker to store the results of the transform job.this@Stability(value=Experimental) public TransformOutput.Builder withAccept(@Nullable String value)
value - MIME type used to specify the output data.this@Stability(value=Experimental) public TransformOutput.Builder withAssembleWith(@Nullable AssembleWith value)
value - Defines how to assemble the results of the transform job as a single S3 object.this@Stability(value=Experimental) public TransformOutput.Builder withEncryptionKey(@Nullable software.amazon.awscdk.services.kms.Key value)
value - AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.this@Stability(value=Experimental) public TransformOutput build()
TransformOutputNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.