Class DiagnosticsInfo

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

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

    • DiagnosticsInfo

      public DiagnosticsInfo()
  • Method Details

    • getModelState

      public ModelState getModelState()
      Get the modelState property: The modelState property.
      Returns:
      the modelState value.
    • setModelState

      public DiagnosticsInfo setModelState(ModelState modelState)
      Set the modelState property: The modelState property.
      Parameters:
      modelState - the modelState value to set.
      Returns:
      the DiagnosticsInfo object itself.
    • getVariableStates

      public List<VariableState> getVariableStates()
      Get the variableStates property: The variableStates property.
      Returns:
      the variableStates value.
    • setVariableStates

      public DiagnosticsInfo setVariableStates(List<VariableState> variableStates)
      Set the variableStates property: The variableStates property.
      Parameters:
      variableStates - the variableStates value to set.
      Returns:
      the DiagnosticsInfo object itself.