Values_1.DataQualityRulesetEvaluationRunDescriptionSourceDescribes the result of a data quality ruleset evaluation run.
type nonrec t = {runId : Values_0.HashString.t option;The unique run identifier associated with this run.
*)status : Values_0.TaskStatusType.t option;The status for this run.
*)startedOn : Values_0.Timestamp.t option;The date and time when the run started.
*)dataSource : Values_0.DataSource.t option;The data source (an Glue table) associated with the run.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.HashString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of string ] * [> `String of string ])
list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]