Module Values_1.DriftCheckBiasSource

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

Sourcetype nonrec t = {
  1. configFile : FileSource.t option;
    (*

    The bias config file for a model.

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

    The pre-training constraints.

    *)
  3. postTrainingConstraints : Values_0.MetricsSource.t option;
    (*

    The post-training constraints.

    *)
}
Sourceval make : ?configFile:??? -> ?preTrainingConstraints:??? -> ?postTrainingConstraints:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.ContentType.t ]) 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