@Stability(value=Experimental) public static final class TransformOutput.Builder extends Object
TransformOutput| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TransformOutput.Builder |
accept(String accept)
Sets the value of Accept
|
TransformOutput.Builder |
assembleWith(AssembleWith assembleWith)
Sets the value of AssembleWith
|
TransformOutput |
build()
Builds the configured instance.
|
TransformOutput.Builder |
encryptionKey(Key encryptionKey)
Sets the value of EncryptionKey
|
TransformOutput.Builder |
s3OutputPath(String s3OutputPath)
Sets the value of S3OutputPath
|
@Stability(value=Experimental) public TransformOutput.Builder s3OutputPath(String s3OutputPath)
s3OutputPath - S3 path where you want Amazon SageMaker to store the results of the transform job. This parameter is required.this@Stability(value=Experimental) public TransformOutput.Builder accept(String accept)
accept - MIME type used to specify the output data.this@Stability(value=Experimental) public TransformOutput.Builder assembleWith(AssembleWith assembleWith)
assembleWith - Defines how to assemble the results of the transform job as a single S3 object.this@Stability(value=Experimental) public TransformOutput.Builder encryptionKey(Key encryptionKey)
encryptionKey - 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.