Values.EventsConfigSourceDescribes the configuration of events, which are used in solution creation.
type nonrec t = {eventParametersList : EventParametersList.t option;A list of event parameters, which includes event types and their event value thresholds and weights.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of EventTypeThresholdValue.t
| `String of EventType.t ])
list ]
list ])
list ]