Module Values.EvaluationsSource

Sourcetype nonrec t = Evaluation.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Evaluation.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Long of LongType.t | `String of EntityId.t | `Structure of (string * [> `Map of ([> `String of PerformanceMetricsPropertyKey.t ] * [> `String of PerformanceMetricsPropertyValue.t ]) list ]) list | `Timestamp of EpochTime.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Evaluation.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Evaluation.t list
Sourceval to_json : Evaluation.t list -> Yojson.Safe.t