JobOutputDataConfig - Amazon Braket

JobOutputDataConfig

Specifies the path to the S3 location where you want to store job artifacts and the encryption key used to store them.

Contents

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.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Required: No

s3Path

Identifies the S3 path where you want Amazon Braket to store the job training artifacts. For example, s3://bucket-name/key-name-prefix.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: