你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

取消标记。

返回

注解

此操作使用整个序列生成模型;每个点是使用同一模型检测的。 使用此方法时,特定点之前和之后的点将用于确定该特定点是否异常。 整个检测可以为用户提供时序的总体状态。

适用于