Values_1.DriftCheckBiasSourceRepresents the drift check bias baselines that can be used when the model monitor is set using the model package.
type nonrec t = {configFile : FileSource.t option;The bias config file for a model.
*)preTrainingConstraints : Values_0.MetricsSource.t option;The pre-training constraints.
*)postTrainingConstraints : Values_0.MetricsSource.t option;The post-training constraints.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.ContentType.t ]) list ])
list ]