Uses of Class
com.azure.ai.metricsadvisor.models.AnomalyValue
Packages that use AnomalyValue
Package
Description
Package containing the data models for MetricsAdvisor.
-
Uses of AnomalyValue in com.azure.ai.metricsadvisor.models
Fields in com.azure.ai.metricsadvisor.models declared as AnomalyValueModifier and TypeFieldDescriptionstatic final AnomalyValueAnomalyValue.ANOMALYStatic value Anomaly for AnomalyValue.static final AnomalyValueAnomalyValue.AUTO_DETECTStatic value AutoDetect for AnomalyValue.static final AnomalyValueAnomalyValue.NOT_ANOMALYStatic value NotAnomaly for AnomalyValue.Methods in com.azure.ai.metricsadvisor.models that return AnomalyValueModifier and TypeMethodDescriptionstatic AnomalyValueAnomalyValue.fromString(String name) Creates or finds a AnomalyValue from its string representation.MetricAnomalyFeedback.getAnomalyValue()Get the value of the anomaly..Methods in com.azure.ai.metricsadvisor.models that return types with arguments of type AnomalyValueModifier and TypeMethodDescriptionstatic Collection<AnomalyValue> AnomalyValue.values()Gets known AnomalyValue values.Constructors in com.azure.ai.metricsadvisor.models with parameters of type AnomalyValueModifierConstructorDescriptionMetricAnomalyFeedback(OffsetDateTime startTime, OffsetDateTime endTime, AnomalyValue anomalyValue) Creates an instance of MetricAnomalyFeedback.