Values.JobCheckpointConfigSourceContains information about the output locations for hybrid job checkpoint data.
type nonrec t = {localPath : String4096.t option;(Optional) The local directory where checkpoint data is stored. The default directory is /opt/braket/checkpoints/.
*)s3Uri : S3Path.t;Identifies the S3 path where you want Amazon Braket to store checkpoint data. For example, s3://bucket-name/key-name-prefix.
*)}