Module Values_1.DriftCheckBaselinesSource

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

Sourcetype nonrec t = {
  1. bias : DriftCheckBias.t option;
    (*

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

    *)
  2. explainability : DriftCheckExplainability.t option;
    (*

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

    *)
  3. modelQuality : DriftCheckModelQuality.t option;
    (*

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

    *)
  4. modelDataQuality : DriftCheckModelDataQuality.t option;
    (*

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

    *)
}
Sourceval make : ?bias:??? -> ?explainability:??? -> ?modelQuality:??? -> ?modelDataQuality:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.ContentType.t ]) list ]) 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