public static interface JobOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<JobOutputDataConfig.Builder,JobOutputDataConfig>
| Modifier and Type | Method and Description |
|---|---|
JobOutputDataConfig.Builder |
kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at
rest using Amazon S3 server-side encryption.
|
JobOutputDataConfig.Builder |
s3Path(String s3Path)
Identifies the S3 path where you want Amazon Braket to store the job training artifacts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobOutputDataConfig.Builder kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.
kmsKeyId - The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training
artifacts at rest using Amazon S3 server-side encryption.JobOutputDataConfig.Builder s3Path(String s3Path)
Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example,
s3://bucket-name/key-name-prefix.
s3Path - Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example,
s3://bucket-name/key-name-prefix.Copyright © 2022. All rights reserved.