Values.ScriptModeConfigSourceContains information about algorithm scripts used for the Amazon Braket hybrid job.
type nonrec t = {entryPoint : String_.t;The entry point in the algorithm scripts from where the execution begins in the hybrid job.
*)s3Uri : S3Path.t;The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.
*)compressionType : CompressionType.t option;The type of compression used to store the algorithm scripts in Amazon S3 storage.
*)}