Values_1.ModelBiasBaselineConfigSourceThe configuration for a baseline model bias job.
type nonrec t = {baseliningJobName : Values_0.ProcessingJobName.t option;The name of the baseline model bias job.
*)constraintsResource : Values_0.MonitoringConstraintsResource.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ProcessingJobName.t
| `Structure of (string * [> `String of string ]) list ])
list ]