Class AnomalyInterpretation

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

public final class AnomalyInterpretation extends Object
The AnomalyInterpretation model.
  • Constructor Details

    • AnomalyInterpretation

      public AnomalyInterpretation()
  • Method Details

    • getVariable

      public String getVariable()
      Get the variable property: The variable property.
      Returns:
      the variable value.
    • setVariable

      public AnomalyInterpretation setVariable(String variable)
      Set the variable property: The variable property.
      Parameters:
      variable - the variable value to set.
      Returns:
      the AnomalyInterpretation object itself.
    • getContributionScore

      public Float getContributionScore()
      Get the contributionScore property: The contributionScore property.
      Returns:
      the contributionScore value.
    • setContributionScore

      public AnomalyInterpretation setContributionScore(Float contributionScore)
      Set the contributionScore property: The contributionScore property.
      Parameters:
      contributionScore - the contributionScore value to set.
      Returns:
      the AnomalyInterpretation object itself.
    • getCorrelationChanges

      public CorrelationChanges getCorrelationChanges()
      Get the correlationChanges property: The correlationChanges property.
      Returns:
      the correlationChanges value.
    • setCorrelationChanges

      public AnomalyInterpretation setCorrelationChanges(CorrelationChanges correlationChanges)
      Set the correlationChanges property: The correlationChanges property.
      Parameters:
      correlationChanges - the correlationChanges value to set.
      Returns:
      the AnomalyInterpretation object itself.