Uses of Class
com.azure.ai.anomalydetector.models.VariableValues
Packages that use VariableValues
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of VariableValues in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return types with arguments of type VariableValuesModifier and TypeMethodDescriptionMultivariateLastDetectionOptions.getVariables()Get the variables property: This contains the inference data, including the name, timestamps(ISO 8601) and values of variables.Constructor parameters in com.azure.ai.anomalydetector.models with type arguments of type VariableValuesModifierConstructorDescriptionMultivariateLastDetectionOptions(List<VariableValues> variables, int topContributorCount) Creates an instance of MultivariateLastDetectionOptions class.