RulesetThreshold

data class RulesetThreshold(val type: RulesetThresholdType? = null, val unit: RulesetThresholdUnit? = null, val value: Double)

Constructors

Link copied to clipboard
constructor(type: RulesetThresholdType? = null, unit: RulesetThresholdUnit? = null, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.

Link copied to clipboard

Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.

Link copied to clipboard

The value of a threshold.