Uses of Class
com.azure.ai.anomalydetector.models.AnomalyDetectionModel
Packages that use AnomalyDetectionModel
Package
Description
Package containing the classes for AnomalyDetector.
-
Uses of AnomalyDetectionModel in com.azure.ai.anomalydetector
Methods in com.azure.ai.anomalydetector that return AnomalyDetectionModelModifier and TypeMethodDescriptionAnomalyDetectorClient.getMultivariateModel(String modelId) Get Multivariate ModelAnomalyDetectorClient.trainMultivariateModel(ModelInfo modelInfo) Train a Multivariate Anomaly Detection ModelMethods in com.azure.ai.anomalydetector that return types with arguments of type AnomalyDetectionModelModifier and TypeMethodDescriptionAnomalyDetectorAsyncClient.getMultivariateModel(String modelId) Get Multivariate Modelcom.azure.core.http.rest.PagedFlux<AnomalyDetectionModel>AnomalyDetectorAsyncClient.listMultivariateModels()List Multivariate Modelscom.azure.core.http.rest.PagedIterable<AnomalyDetectionModel>AnomalyDetectorClient.listMultivariateModels()List Multivariate ModelsAnomalyDetectorAsyncClient.trainMultivariateModel(ModelInfo modelInfo) Train a Multivariate Anomaly Detection Model