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

AnomalyDetectorClientExtensions.LastDetectAsync 方法

定义

检测时序中最新点的异常状态。

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

参数

operations
IAnomalyDetectorClient

此扩展方法的操作组。

body
Request

时序点和时间段(如果需要)。 还可以在请求中设置高级模型参数。

cancellationToken
CancellationToken

取消标记。

返回

注解

此操作使用最新点之前的点生成模型。 使用此方法时,只会使用历史点来确定目标点是否异常。 最新的点检测操作与实时监视业务指标的方案相匹配。

适用于