@Stability(value=Experimental) public static final class TransformOutput.Builder extends Object implements software.amazon.jsii.Builder<TransformOutput>
TransformOutput
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TransformOutput.Builder |
accept(String accept)
Sets the value of
TransformOutput.getAccept() |
TransformOutput.Builder |
assembleWith(AssembleWith assembleWith)
Sets the value of
TransformOutput.getAssembleWith() |
TransformOutput |
build()
Builds the configured instance.
|
TransformOutput.Builder |
encryptionKey(IKey encryptionKey)
Sets the value of
TransformOutput.getEncryptionKey() |
TransformOutput.Builder |
s3OutputPath(String s3OutputPath)
Sets the value of
TransformOutput.getS3OutputPath() |
@Stability(value=Experimental) public TransformOutput.Builder s3OutputPath(String s3OutputPath)
TransformOutput.getS3OutputPath()
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)
TransformOutput.getAccept()
accept
- MIME type used to specify the output data.this
@Stability(value=Experimental) public TransformOutput.Builder assembleWith(AssembleWith assembleWith)
TransformOutput.getAssembleWith()
assembleWith
- Defines how to assemble the results of the transform job as a single S3 object.this
@Stability(value=Experimental) public TransformOutput.Builder encryptionKey(IKey encryptionKey)
TransformOutput.getEncryptionKey()
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()
build
in interface software.amazon.jsii.Builder<TransformOutput>
TransformOutput
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.