AnomalyDetectorAsyncClient.lastDetectAnomaly(UUID modelId, LastDetectionRequest body) Method

public Mono<LastDetectionResult> lastDetectAnomaly(UUID modelId, LastDetectionRequest body)

Synchronized API for anomaly detection.

Parameters

modelId
java.util.UUID

Model identifier.

body
LastDetectionRequest

Request for last detection.

Returns

reactor.core.publisher.Mono<LastDetectionResult>

the response.

Applies to