Class VariableState

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

public final class VariableState extends Object
Variable Status.
  • Constructor Details

    • VariableState

      public VariableState()
      Creates an instance of VariableState class.
  • Method Details

    • getVariable

      public String getVariable()
      Get the variable property: Variable name in variable states.
      Returns:
      the variable value.
    • setVariable

      public VariableState setVariable(String variable)
      Set the variable property: Variable name in variable states.
      Parameters:
      variable - the variable value to set.
      Returns:
      the VariableState object itself.
    • getFilledNARatio

      public Double getFilledNARatio()
      Get the filledNARatio property: Proportion of missing values that need to be filled by fillNAMethod.
      Returns:
      the filledNARatio value.
    • setFilledNARatio

      public VariableState setFilledNARatio(Double filledNARatio)
      Set the filledNARatio property: Proportion of missing values that need to be filled by fillNAMethod.
      Parameters:
      filledNARatio - the filledNARatio value to set.
      Returns:
      the VariableState object itself.
    • getEffectiveCount

      public Integer getEffectiveCount()
      Get the effectiveCount property: Number of effective data points before applying fillNAMethod.
      Returns:
      the effectiveCount value.
    • setEffectiveCount

      public VariableState setEffectiveCount(Integer effectiveCount)
      Set the effectiveCount property: Number of effective data points before applying fillNAMethod.
      Parameters:
      effectiveCount - the effectiveCount value to set.
      Returns:
      the VariableState object itself.
    • getFirstTimestamp

      public OffsetDateTime getFirstTimestamp()
      Get the firstTimestamp property: First valid timestamp with value of input data.
      Returns:
      the firstTimestamp value.
    • setFirstTimestamp

      public VariableState setFirstTimestamp(OffsetDateTime firstTimestamp)
      Set the firstTimestamp property: First valid timestamp with value of input data.
      Parameters:
      firstTimestamp - the firstTimestamp value to set.
      Returns:
      the VariableState object itself.
    • getLastTimestamp

      public OffsetDateTime getLastTimestamp()
      Get the lastTimestamp property: Last valid timestamp with value of input data.
      Returns:
      the lastTimestamp value.
    • setLastTimestamp

      public VariableState setLastTimestamp(OffsetDateTime lastTimestamp)
      Set the lastTimestamp property: Last valid timestamp with value of input data.
      Parameters:
      lastTimestamp - the lastTimestamp value to set.
      Returns:
      the VariableState object itself.