public static final class OutputDataConfig.Builder
extends java.lang.Object
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() |
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
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
public OutputDataConfig build()
OutputDataConfig
java.lang.NullPointerException
- if any required attribute was not provided