MetricAnomalyAlertScope Class

Inheritance
builtins.object
MetricAnomalyAlertScope

Constructor

MetricAnomalyAlertScope(scope_type: Union[str, azure.ai.metricsadvisor.models._models.MetricAnomalyAlertScopeType], **kwargs: Any)

Parameters

scope_type
str or MetricAnomalyAlertScopeType
Required

Required. Anomaly scope. Possible values include: "WholeSeries", "SeriesGroup", "TopN".

series_group_in_scope
dict[str, str]

Dimension specified for series group.

top_n_group_in_scope
TopNGroupScope