AnomalyDetectorClientExtensions.EntireDetectAsync(IAnomalyDetectorClient, Request, CancellationToken) Method
Definition
Detect anomalies for the entire series in batch.
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)
Parameters
- operations
- IAnomalyDetectorClient
The operations group for this extension method.
- body
- Request
Time series points and period if needed. Advanced model parameters can also be set in the request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
This operation generates a model using an entire series, each point is
detected with the same model. With this method, points before and after a
certain point are used to determine whether it is an anomaly. The entire
detection can give user an overall status of the time series.