Uses of Class
com.azure.ai.metricsadvisor.administration.models.SmartDetectionCondition
Packages that use SmartDetectionCondition
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of SmartDetectionCondition in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return SmartDetectionConditionModifier and TypeMethodDescriptionMetricSeriesGroupDetectionCondition.getSmartDetectionCondition()Gets the anomaly smart detection condition.MetricSingleSeriesDetectionCondition.getSmartDetectionCondition()Gets the anomaly smart detection condition.MetricWholeSeriesDetectionCondition.getSmartDetectionCondition()Gets the anomaly smart detection condition.SmartDetectionCondition.setAnomalyDetectorDirection(AnomalyDetectorDirection detectorDirection) Sets the direction that detector should use when comparing data point value against range derived from the sensitivity.SmartDetectionCondition.setSensitivity(double sensitivity) Sets the sensitivity value, it should be in the range (0, 100].SmartDetectionCondition.setSuppressCondition(SuppressCondition suppressCondition) Sets the suppress condition.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type SmartDetectionConditionModifier and TypeMethodDescriptionMetricSeriesGroupDetectionCondition.setSmartDetectionCondition(SmartDetectionCondition smartDetectionCondition) Sets the smart detection condition.MetricSingleSeriesDetectionCondition.setSmartDetectionCondition(SmartDetectionCondition smartDetectionCondition) Sets the smart detection condition.MetricWholeSeriesDetectionCondition.setSmartDetectionCondition(SmartDetectionCondition smartDetectionCondition) Sets the smart detection condition.