Values.ParallelDataConfigSourceSpecifies the format and S3 location of the parallel data input file.
type nonrec t = {s3Uri : S3Uri.t option;The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
*)format : ParallelDataFormat.t option;The format of the parallel data input file.
*)}