Module Values_0.DataQualityBaselineConfigSource

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 : ProcessingJobName.t option;
    (*

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

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