Uses of Class
com.azure.ai.metricsadvisor.administration.models.HardThresholdCondition
Packages that use HardThresholdCondition
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of HardThresholdCondition in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return HardThresholdConditionModifier and TypeMethodDescriptionMetricSeriesGroupDetectionCondition.getHardThresholdCondition()Gets the hard threshold condition to detect anomalies.MetricSingleSeriesDetectionCondition.getHardThresholdCondition()Gets the hard threshold condition to detect anomalies.MetricWholeSeriesDetectionCondition.getHardThresholdCondition()Gets the hard threshold condition to detect anomalies.HardThresholdCondition.setAnomalyDetectorDirection(AnomalyDetectorDirection detectorDirection) Sets the direction that detector should use when comparing data point value against lowerBound and/or upperBound.HardThresholdCondition.setLowerBound(Double lowerBound) Sets the lowerBound value.HardThresholdCondition.setSuppressCondition(SuppressCondition suppressCondition) Sets the suppress condition.HardThresholdCondition.setUpperBound(Double upperBound) Set the upperBound value.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type HardThresholdConditionModifier and TypeMethodDescriptionMetricSeriesGroupDetectionCondition.setHardThresholdCondition(HardThresholdCondition hardThresholdCondition) Sets the hard threshold condition.MetricSingleSeriesDetectionCondition.setHardThresholdCondition(HardThresholdCondition hardThresholdCondition) Sets the hard threshold condition.MetricWholeSeriesDetectionCondition.setHardThresholdCondition(HardThresholdCondition hardThresholdCondition) Sets the hard threshold condition.