Values_1.DataQualityRuleRecommendationRunDescriptionSourceDescribes the result of a data quality rule recommendation 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 this run started.
*)dataSource : Values_0.DataSource.t option;The data source (Glue table) associated with the recommendation 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 ]