@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-05-10T21:38:35.107Z") @Stability(value=Stable) public interface OutputDataConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
OutputDataConfig.Builder
A builder for
OutputDataConfig |
static class |
OutputDataConfig.Jsii$Proxy
An implementation for
OutputDataConfig |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
builder() |
default IKey |
getEncryptionKey()
Optional KMS encryption key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
S3Location |
getS3OutputLocation()
Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
@Stability(value=Stable) @NotNull S3Location getS3OutputLocation()
@Stability(value=Stable) @Nullable default IKey getEncryptionKey()
Default: - Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account
@Stability(value=Stable) static OutputDataConfig.Builder builder()
OutputDataConfig.Builder of OutputDataConfigCopyright © 2021. All rights reserved.