DetectionConditionsCommonPatch interface
Represents patch type for properties common to anomaly detection conditions.
Properties
change |
Specifies the condition for Change Threshold |
condition |
Condition operator |
hard |
Specifies a hard threshold range used to detect anomalies when metric values fall outside of the range. |
smart |
Specifies the condition for Smart Detection |
Property Details
changeThresholdCondition
Specifies the condition for Change Threshold
changeThresholdCondition?: Partial<ChangeThresholdConditionUnion>
Property Value
Partial<ChangeThresholdConditionUnion>
conditionOperator
Condition operator
conditionOperator?: DetectionConditionOperator
Property Value
hardThresholdCondition
Specifies a hard threshold range used to detect anomalies when metric values fall outside of the range.
hardThresholdCondition?: Partial<HardThresholdConditionUnion>
Property Value
Partial<HardThresholdConditionUnion>
smartDetectionCondition
Specifies the condition for Smart Detection
smartDetectionCondition?: Partial<SmartDetectionCondition>
Property Value
Partial<SmartDetectionCondition>