Values_0.DataQualityRuleResultSourceDescribes the result of the evaluation of a data quality rule.
type nonrec t = {name : NameString.t option;The name of the data quality rule.
*)description : DataQualityRuleResultDescription.t option;A description of the data quality rule.
*)evaluationMessage : DataQualityRuleResultDescription.t option;An evaluation message.
*)result : DataQualityRuleResultStatus.t option;A pass or fail status for the rule.
*)evaluatedMetrics : EvaluatedMetricsMap.t option;A map of metrics associated with the evaluation of the rule.
*)evaluatedRule : DataQualityRuleResultDescription.t option;The evaluated rule.
*)ruleMetrics : RuleMetricsMap.t option;A map containing metrics associated with the evaluation of the rule based on row-level results.
*)labels : Labels.t option;A map containing labels assigned to the data quality rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NameString.t ]
* [> `Double of NullableDouble.t | `String of NameString.t ])
list
| `String of NameString.t ])
list ]