HardThresholdCondition Class

HardThresholdCondition.

Inheritance
builtins.object
HardThresholdCondition

Constructor

HardThresholdCondition(anomaly_detector_direction: str | AnomalyDetectorDirection, suppress_condition: SuppressCondition, **kwargs: Any)

Parameters

Name Description
anomaly_detector_direction
Required

Required. detection direction. Possible values include: "Both", "Down", "Up".

suppress_condition
Required

Required.

Keyword-Only Parameters

Name Description
lower_bound

lower bound should be specified when anomalyDetectorDirection is Both or Down.

upper_bound

upper bound should be specified when anomalyDetectorDirection is Both or Up.