Module Values_1.DataQualityRuleRecommendationRunDescriptionSource

Describes the result of a data quality rule recommendation run.

Sourcetype nonrec t = {
  1. runId : Values_0.HashString.t option;
    (*

    The unique run identifier associated with this run.

    *)
  2. status : Values_0.TaskStatusType.t option;
    (*

    The status for this run.

    *)
  3. startedOn : Values_0.Timestamp.t option;
    (*

    The date and time when this run started.

    *)
  4. dataSource : Values_0.DataSource.t option;
    (*

    The data source (Glue table) associated with the recommendation run.

    *)
}
Sourceval make : ?runId:??? -> ?status:??? -> ?startedOn:??? -> ?dataSource:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t