次の方法で共有


MetricAnomalyAlertScope.CreateScopeForTopNGroup(Int32, Int32, Int32) メソッド

定義

MetricAnomalyAlertScopeスコープとして上位 N 系列グループを持つインスタンスを作成します。 このシリーズ グループの詳細な定義については、「」を参照してください TopNGroupScope

public static Azure.AI.MetricsAdvisor.Models.MetricAnomalyAlertScope CreateScopeForTopNGroup (int top, int period, int minimumTopCount);
static member CreateScopeForTopNGroup : int * int * int -> Azure.AI.MetricsAdvisor.Models.MetricAnomalyAlertScope
Public Shared Function CreateScopeForTopNGroup (top As Integer, period As Integer, minimumTopCount As Integer) As MetricAnomalyAlertScope

パラメーター

top
Int32

上位 N 系列グループの N の値。

period
Int32

上位 N 系列グループを決定するときに考慮する最新のインジェスト タイムスタンプの数。

minimumTopCount
Int32

上位 N 系列グループの一部と見なされる最も高い系列の中で時系列をランク付けする必要がある回数。 この値は、 以下 periodである必要があります。

戻り値

新しい MetricAnomalyAlertScope インスタンス。

適用対象