Uses of Class
com.azure.ai.anomalydetector.models.UnivariateLastDetectionResult
Packages that use UnivariateLastDetectionResult
Package
Description
Package containing the classes for AnomalyDetector.
-
Uses of UnivariateLastDetectionResult in com.azure.ai.anomalydetector
Methods in com.azure.ai.anomalydetector that return UnivariateLastDetectionResultModifier and TypeMethodDescriptionAnomalyDetectorClient.detectUnivariateLastPoint(UnivariateDetectionOptions options) Detect anomaly status of the latest point in time series.Methods in com.azure.ai.anomalydetector that return types with arguments of type UnivariateLastDetectionResultModifier and TypeMethodDescriptionAnomalyDetectorAsyncClient.detectUnivariateLastPoint(UnivariateDetectionOptions options) Detect anomaly status of the latest point in time series.