@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.563Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
builder() |
software.amazon.awscdk.services.kms.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=Experimental) S3Location getS3OutputLocation()
@Stability(value=Experimental) software.amazon.awscdk.services.kms.IKey getEncryptionKey()
@Stability(value=Experimental) static OutputDataConfig.Builder builder()
OutputDataConfig.Builder of OutputDataConfigCopyright © 2019. All rights reserved.