Values.StatisticsConfigurationSourceConfiguration of evaluations for a profile job. This configuration can be used to select evaluations and override the parameters of selected evaluations.
type nonrec t = {includedStatistics : StatisticList.t option;List of included evaluations. When the list is undefined, all supported evaluations will be included.
*)overrides : StatisticOverrideList.t option;List of overrides for evaluations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Statistic.t
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]
list ])
list ]