Values.JobOutputDataConfigSourceSpecifies the path to the S3 location where you want to store hybrid job artifacts and the encryption key used to store them.
type nonrec t = {kmsKeyId : String2048.t option;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.
*)s3Path : S3Path.t;Identifies the S3 path where you want Amazon Braket to store the hybrid job training artifacts. For example, s3://bucket-name/key-name-prefix.
*)}