Values_0.DataQualityAnalyzerResultSourceDescribes the result of the evaluation of a data quality analyzer.
type nonrec t = {name : NameString.t option;The name of the data quality analyzer.
*)description : DataQualityRuleResultDescription.t option;A description of the data quality analyzer.
*)evaluationMessage : DataQualityRuleResultDescription.t option;An evaluation message.
*)evaluatedMetrics : EvaluatedMetricsMap.t option;A map of metrics associated with the evaluation of the analyzer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NameString.t ] * [> `Double of NullableDouble.t ])
list
| `String of NameString.t ])
list ]