Uses of Class
com.azure.ai.metricsadvisor.administration.models.SuppressCondition
Packages that use SuppressCondition
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of SuppressCondition in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return SuppressConditionModifier and TypeMethodDescriptionChangeThresholdCondition.getSuppressCondition()Gets the suppress condition.HardThresholdCondition.getSuppressCondition()Gets the suppress condition.SmartDetectionCondition.getSuppressCondition()Gets the suppress condition.SuppressCondition.setMinNumber(Integer minNumber) Sets the number of latest data points to consider for detection, the value should be in the range : [1, +∞).SuppressCondition.setMinRatio(Double minRatio) Sets the percentage of theminNumberdata points to be anomalies before reporting, the value should be in the range : (0, 100].Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type SuppressConditionModifier and TypeMethodDescriptionChangeThresholdCondition.setSuppressCondition(SuppressCondition suppressCondition) Sets the suppress condition.HardThresholdCondition.setSuppressCondition(SuppressCondition suppressCondition) Sets the suppress condition.SmartDetectionCondition.setSuppressCondition(SuppressCondition suppressCondition) Sets the suppress condition.Constructors in com.azure.ai.metricsadvisor.administration.models with parameters of type SuppressConditionModifierConstructorDescriptionChangeThresholdCondition(double changePercentage, int shiftPoint, boolean isWithinRage, AnomalyDetectorDirection detectorDirection, SuppressCondition suppressCondition) Create an instance of ChangeThresholdCondition describing how to identify anomalies using change-threshold mode.HardThresholdCondition(AnomalyDetectorDirection detectorDirection, SuppressCondition suppressCondition) Create an instance of HardThresholdCondition describing how to identify anomalies using hard-threshold mode.SmartDetectionCondition(double sensitivity, AnomalyDetectorDirection detectorDirection, SuppressCondition suppressCondition) Create an instance of SmartDetectionCondition describing how to identify anomalies using smart-detection mode.