ChangeThresholdCondition Class

ChangeThresholdCondition.

Inheritance
builtins.object
ChangeThresholdCondition

Constructor

ChangeThresholdCondition(change_percentage: float, shift_point: int, within_range: bool, anomaly_detector_direction: str | AnomalyDetectorDirection, suppress_condition: SuppressCondition, **kwargs: Any)

Parameters

Name Description
change_percentage
Required

Required. change percentage, value range : [0, +∞).

shift_point
Required
int

Required. shift point, value range : [1, +∞).

within_range
Required

Required. if the withinRange = true, detected data is abnormal when the value falls in the range, in this case anomalyDetectorDirection must be Both if the withinRange = false, detected data is abnormal when the value falls out of the range.

anomaly_detector_direction
Required

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

suppress_condition
Required

Required.