Class MultivariateLastDetectionResult

java.lang.Object
com.azure.ai.anomalydetector.models.MultivariateLastDetectionResult

public final class MultivariateLastDetectionResult extends Object
Results of last detection.
  • Method Details

    • getVariableStates

      public List<VariableState> getVariableStates()
      Get the variableStates property: Variable Status.
      Returns:
      the variableStates value.
    • getResults

      public List<AnomalyState> getResults()
      Get the results property: Anomaly status and information.
      Returns:
      the results value.