Values.EventParametersSourceDescribes the parameters of events, which are used in solution creation.
type nonrec t = {eventType : EventType.t option;The name of the event type to be considered for solution creation.
*)eventValueThreshold : EventTypeThresholdValue.t option;The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
*)weight : EventTypeWeight.t option;The weight of the event type. A higher weight means higher importance of the event type for the created solution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of EventTypeThresholdValue.t | `String of EventType.t ])
list ]