Module Values_1.ModelQualityBaselineConfigSource

Configuration 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.

Sourcetype nonrec t = {
  1. baseliningJobName : Values_0.ProcessingJobName.t option;
    (*

    The name of the job that performs baselining for the monitoring job.

    *)
  2. constraintsResource : Values_0.MonitoringConstraintsResource.t option;
}
Sourceval make : ?baseliningJobName:??? -> ?constraintsResource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ProcessingJobName.t | `Structure of (string * [> `String of string ]) 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