AnomalyDetectorAsyncClient.lastDetectAnomalyWithResponse(UUID modelId, LastDetectionRequest body) Method

public Mono<Response<LastDetectionResult>> lastDetectAnomalyWithResponse(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<Response<LastDetectionResult>>

the response.

Applies to