RulesetThresholdArgs

data class RulesetThresholdArgs(val type: Output<RulesetThresholdType>? = null, val unit: Output<RulesetThresholdUnit>? = null, val value: Output<Double>) : ConvertibleToJava<RulesetThresholdArgs>

Constructors

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

Properties

Link copied to clipboard
val type: Output<RulesetThresholdType>? = null

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
val unit: Output<RulesetThresholdUnit>? = null

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

Link copied to clipboard
val value: Output<Double>

The value of a threshold.

Functions

Link copied to clipboard
open override fun toJava(): RulesetThresholdArgs