public static interface EdgeOutputConfig.Builder extends SdkPojo, CopyableBuilder<EdgeOutputConfig.Builder,EdgeOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
EdgeOutputConfig.Builder |
kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
after compilation job.
|
EdgeOutputConfig.Builder |
s3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeOutputConfig.Builder s3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
s3OutputLocation - The Amazon Simple Storage (S3) bucker URI.EdgeOutputConfig.Builder kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
kmsKeyId - The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage
volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS
key for Amazon S3 for your role's account.Copyright © 2021. All rights reserved.