DataQualityAggregatedMetrics

A summary of metrics showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of rows that failed one or more data quality rules.

Link copied to clipboard

The total number of rows that passed all applicable data quality rules.

Link copied to clipboard

The total number of rows that were processed during the data quality evaluation.

Link copied to clipboard

The total number of data quality rules that failed their evaluation criteria.

Link copied to clipboard

The total number of data quality rules that passed their evaluation criteria.

Link copied to clipboard

The total number of data quality rules that were evaluated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String