@Stability(value=Experimental) public static final class OutputDataConfig.Builder extends Object implements software.amazon.jsii.Builder<OutputDataConfig>
OutputDataConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
build()
Builds the configured instance.
|
OutputDataConfig.Builder |
encryptionKey(IKey encryptionKey)
Sets the value of
OutputDataConfig.getEncryptionKey() |
OutputDataConfig.Builder |
s3OutputLocation(S3Location s3OutputLocation)
Sets the value of
OutputDataConfig.getS3OutputLocation() |
@Stability(value=Experimental) public OutputDataConfig.Builder s3OutputLocation(S3Location s3OutputLocation)
OutputDataConfig.getS3OutputLocation()s3OutputLocation - Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. This parameter is required.this@Stability(value=Experimental) public OutputDataConfig.Builder encryptionKey(IKey encryptionKey)
OutputDataConfig.getEncryptionKey()encryptionKey - Optional KMS encryption key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.this@Stability(value=Experimental) public OutputDataConfig build()
build in interface software.amazon.jsii.Builder<OutputDataConfig>OutputDataConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.