Module Values_1.GetDataQualityModelRequestSource

Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).

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

    The Statistic ID.

    *)
  2. profileId : Values_0.HashString.t;
    (*

    The Profile ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?statisticId:??? -> profileId:Values_0.HashString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HashString.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