Uses of Class
com.azure.ai.metricsadvisor.administration.models.MetricWholeSeriesDetectionCondition
Packages that use MetricWholeSeriesDetectionCondition
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of MetricWholeSeriesDetectionCondition in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return MetricWholeSeriesDetectionConditionModifier and TypeMethodDescriptionAnomalyDetectionConfiguration.getWholeSeriesDetectionCondition()Gets the common anomaly detection conditions for all time series in the metric.MetricWholeSeriesDetectionCondition.setChangeThresholdCondition(ChangeThresholdCondition changeThresholdCondition) Sets the change threshold condition.MetricWholeSeriesDetectionCondition.setConditionOperator(DetectionConditionOperator conditionOperator) Sets the logical operator to apply across conditions.MetricWholeSeriesDetectionCondition.setHardThresholdCondition(HardThresholdCondition hardThresholdCondition) Sets the hard threshold condition.MetricWholeSeriesDetectionCondition.setSmartDetectionCondition(SmartDetectionCondition smartDetectionCondition) Sets the smart detection condition.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type MetricWholeSeriesDetectionConditionModifier and TypeMethodDescriptionAnomalyDetectionConfiguration.setWholeSeriesDetectionCondition(MetricWholeSeriesDetectionCondition wholeSeriesCondition) Sets the common anomaly detection conditions for all time series of the metric.