ExprTypeThresholdConditionsUnloadEvaluator
Constructor
ExprTypeThresholdConditionsUnloadEvaluator()
Methods
build
Builds the object.
def build() -> expr.ExprTypeThresholdConditionsUnloadEvaluator
params
def params(params: list[float]) -> typing.Self
type_val
e.g. "gt"
def type_val(type_val: typing.Literal["gt", "lt", "within_range", "outside_range"]) -> typing.Self
See also