Partager via


AnomalyDetectorClientExtensions.EntireDetectAsync Méthode

Définition

Détectez les anomalies pour l’ensemble de la série par lot.

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)

Paramètres

operations
IAnomalyDetectorClient

Groupe d’opérations pour cette méthode d’extension.

body
Request

Points et période de série chronologique si nécessaire. Des paramètres de modèle avancés peuvent également être définis dans la requête.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Cette opération génère un modèle à l’aide d’une série entière, chaque point étant détecté avec le même modèle. Avec cette méthode, les points avant et après un certain point sont utilisés pour déterminer s’il s’agit d’une anomalie. L’ensemble de la détection peut donner à l’utilisateur une status globale de la série chronologique.

S’applique à