Skip to content

ExprTypeThresholdConditionsEvaluator🔗

Constructor🔗

ExprTypeThresholdConditionsEvaluator()

Methods🔗

build🔗

Builds the object.

def build() -> expr.ExprTypeThresholdConditionsEvaluator

params🔗

def params(params: list[float]) -> typing.Self

type_val🔗

e.g. "gt"

def type_val(type_val: typing.Literal["gt", "lt", "eq", "ne", "gte", "lte", "within_range", "outside_range", "within_range_included", "outside_range_included"]) -> typing.Self

See also🔗