@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.316Z") @Stability(value=Experimental) 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()
(experimental) Optional KMS encryption key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
S3Location |
getS3OutputLocation()
(experimental) Identifies the S3 path where you want Amazon SageMaker to store the model artifacts.
|
@Stability(value=Experimental) @NotNull S3Location getS3OutputLocation()
@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account
@Stability(value=Experimental) static OutputDataConfig.Builder builder()
OutputDataConfig.Builder of OutputDataConfigCopyright © 2021. All rights reserved.