Uses of Class
com.azure.ai.metricsadvisor.administration.models.ChangeThresholdCondition
Packages that use ChangeThresholdCondition
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of ChangeThresholdCondition in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return ChangeThresholdConditionModifier and TypeMethodDescriptionMetricSeriesGroupDetectionCondition.getChangeThresholdCondition()Gets the change threshold condition to detect anomalies.MetricSingleSeriesDetectionCondition.getChangeThresholdCondition()Gets the change threshold condition to detect anomalies.MetricWholeSeriesDetectionCondition.getChangeThresholdCondition()Gets the change threshold condition to detect anomalies.ChangeThresholdCondition.setAnomalyDetectorDirection(AnomalyDetectorDirection detectorDirection) Sets the direction that detector should use when comparing the data point change with change threshold.ChangeThresholdCondition.setChangePercentage(Double changePercentage) Sets the percentage of change that will consider a data point as an anomaly.ChangeThresholdCondition.setShiftPoint(Integer shiftPoint) Sets the number of data points that detector should look back for comparison.ChangeThresholdCondition.setSuppressCondition(SuppressCondition suppressCondition) Sets the suppress condition.ChangeThresholdCondition.setWithinRage(Boolean withinRange) Sets the flag indicating whether the data point falls within or out of the range is considered as anomaly.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type ChangeThresholdConditionModifier and TypeMethodDescriptionMetricSeriesGroupDetectionCondition.setChangeThresholdCondition(ChangeThresholdCondition changeThresholdCondition) Sets the change threshold condition.MetricSingleSeriesDetectionCondition.setChangeThresholdCondition(ChangeThresholdCondition changeThresholdCondition) Sets the change threshold condition.MetricWholeSeriesDetectionCondition.setChangeThresholdCondition(ChangeThresholdCondition changeThresholdCondition) Sets the change threshold condition.