Values.JobParameterSourceThe details of job parameters.
type nonrec t = {int : IntString.t option;A signed integer represented as a string.
*)float : FloatString.t option;A double precision IEEE-754 floating point number represented as a string.
*)string : ParameterString.t option;A UTF-8 string.
*)path : PathString.t option;A file system path represented as a string.
*)}