Uses of Class
com.azure.ai.metricsadvisor.administration.models.TopNGroupScope
Packages that use TopNGroupScope
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of TopNGroupScope in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return TopNGroupScopeModifier and TypeMethodDescriptionMetricAnomalyAlertScope.getTopNGroupInScope()Gets the TopN scope value if alert is scoped to TopN time series.TopNGroupScope.setMinTopCount(Integer minTopCount) Sets the number of point-sets in the period to falls into the top rank for anomaly reporting,Sets the period value indicating the number of latest point-sets detector should select for ranking, value should be in the range : [1, +∞).Sets the top anomaly-rank value, value should in the range : [1, +∞).Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type TopNGroupScopeModifier and TypeMethodDescriptionstatic MetricAnomalyAlertScopeMetricAnomalyAlertScope.forTopNGroup(TopNGroupScope topNGroup) Creates an MetricAnomalyAlertScope based on TopN scope.