AutomationRuleCriteriaConfidenceArgs

data class AutomationRuleCriteriaConfidenceArgs(val eq: Output<Double>? = null, val gt: Output<Double>? = null, val gte: Output<Double>? = null, val lt: Output<Double>? = null, val lte: Output<Double>? = null) : ConvertibleToJava<AutomationRuleCriteriaConfidenceArgs>

Constructors

Link copied to clipboard
fun AutomationRuleCriteriaConfidenceArgs(eq: Output<Double>? = null, gt: Output<Double>? = null, gte: Output<Double>? = null, lt: Output<Double>? = null, lte: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val eq: Output<Double>? = null
Link copied to clipboard
val gt: Output<Double>? = null
Link copied to clipboard
val gte: Output<Double>? = null
Link copied to clipboard
val lt: Output<Double>? = null
Link copied to clipboard
val lte: Output<Double>? = null