ChangeThresholdConditionUnion type
表示更改阈值检测条件。
type ChangeThresholdConditionUnion =
| {
anomalyDetectorDirection: "Both"
changePercentage: number
shiftPoint: number
suppressCondition: SuppressCondition
withinRange: true
}
| {
anomalyDetectorDirection: "Up" | "Down" | "Both"
changePercentage: number
shiftPoint: number
suppressCondition: SuppressCondition
withinRange: false
}