DataQualityJobDefinitionDataQualityBaselineConfig

data class DataQualityJobDefinitionDataQualityBaselineConfig(val baseliningJobName: String? = null, val constraintsResource: DataQualityJobDefinitionConstraintsResource? = null, val statisticsResource: DataQualityJobDefinitionStatisticsResource? = null)

Baseline configuration used to validate that the data conforms to the specified constraints and statistics.

Constructors

constructor(baseliningJobName: String? = null, constraintsResource: DataQualityJobDefinitionConstraintsResource? = null, statisticsResource: DataQualityJobDefinitionStatisticsResource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The constraints resource for a monitoring job.

Link copied to clipboard

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.