Values_1.DriftCheckBaselinesSourceRepresents the drift check baselines that can be used when the model monitor is set using the model package.
type nonrec t = {bias : DriftCheckBias.t option;Represents the drift check bias baselines that can be used when the model monitor is set using the model package.
*)explainability : DriftCheckExplainability.t option;Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.
*)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.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.ContentType.t ]) list ])
list ])
list ]