Values.CalculationResultSourceContains information about an application-specific calculation result.
type nonrec t = {stdOutS3Uri : S3Uri.t option;The Amazon S3 location of the stdout file for the calculation.
*)stdErrorS3Uri : S3Uri.t option;The Amazon S3 location of the stderr error messages file for the calculation.
*)resultS3Uri : S3Uri.t option;The Amazon S3 location of the folder for the calculation results.
*)resultType : CalculationResultType.t option;The data format of the calculation result.
*)}