AnomalyDetectorClientExtensions.EntireDetectAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET