JobOutputDataConfig
Specifies the path to the S3 location where you want to store hybrid job artifacts and the encryption key used to store them.
Contents
- s3Path
-
Identifies the S3 path where you want Amazon Braket to store the hybrid 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
- kmsKeyId
-
The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the hybrid 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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: