Class DetectionResultSummary

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

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

    • DetectionResultSummary

      public DetectionResultSummary()
  • Method Details

    • getStatus

      public DetectionStatus getStatus()
      Get the status property: Status of detection results. One of CREATED, RUNNING, READY, and FAILED.
      Returns:
      the status value.
    • setStatus

      public DetectionResultSummary setStatus(DetectionStatus status)
      Set the status property: Status of detection results. One of CREATED, RUNNING, READY, and FAILED.
      Parameters:
      status - the status value to set.
      Returns:
      the DetectionResultSummary object itself.
    • getErrors

      public List<ErrorResponse> getErrors()
      Get the errors property: Error message when detection is failed.
      Returns:
      the errors value.
    • setErrors

      public DetectionResultSummary setErrors(List<ErrorResponse> errors)
      Set the errors property: Error message when detection is failed.
      Parameters:
      errors - the errors value to set.
      Returns:
      the DetectionResultSummary object itself.
    • getVariableStates

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

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

      public DetectionRequest getSetupInfo()
      Get the setupInfo property: Detection request.
      Returns:
      the setupInfo value.
    • setSetupInfo

      public DetectionResultSummary setSetupInfo(DetectionRequest setupInfo)
      Set the setupInfo property: Detection request.
      Parameters:
      setupInfo - the setupInfo value to set.
      Returns:
      the DetectionResultSummary object itself.