Values_1.ModelQualityBaselineConfigSourceConfiguration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.
type nonrec t = {baseliningJobName : Values_0.ProcessingJobName.t option;The name of the job that performs baselining for the monitoring 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 ]