Module Values_1.DriftCheckModelDataQualitySource

Represents the drift check data quality baselines that can be used when the model monitor is set using the model package.

Sourcetype nonrec t = {
  1. statistics : Values_0.MetricsSource.t option;
    (*

    The drift check model data quality statistics.

    *)
  2. constraints : Values_0.MetricsSource.t option;
    (*

    The drift check model data quality constraints.

    *)
}
Sourceval make : ?statistics:??? -> ?constraints:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of string ]) list ]) 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