Values.StatisticOverrideSourceOverride of a particular evaluation for a profile job.
type nonrec t = {statistic : Statistic.t;The name of an evaluation
*)parameters : ParameterMap.t;A map that includes overrides of an evaluation’s parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]