次の方法で共有


AnomalyDetectorClientExtensions.EntireDetectAsync メソッド

定義

系列全体の異常をバッチで検出します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.EntireDetectResponse> EntireDetectAsync (this Microsoft.Azure.CognitiveServices.AnomalyDetector.IAnomalyDetectorClient operations, Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Request body, System.Threading.CancellationToken cancellationToken = default);
static member EntireDetectAsync : Microsoft.Azure.CognitiveServices.AnomalyDetector.IAnomalyDetectorClient * Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Request * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.EntireDetectResponse>
<Extension()>
Public Function EntireDetectAsync (operations As IAnomalyDetectorClient, body As Request, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EntireDetectResponse)

パラメーター

operations
IAnomalyDetectorClient

この拡張メソッドの操作グループ。

body
Request

必要に応じて、時系列のポイントと期間。 高度なモデル パラメーターは、要求で設定することもできます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

この操作により、系列全体を使用してモデルが生成され、各ポイントは同じモデルで検出されます。 このメソッドでは、特定のポイントの前後のポイントを使用して、異常であるかどうかを判断します。 検出全体によって、ユーザーは時系列の全体的な状態を得ることができます。

適用対象