Class MultivariateBatchDetectionResultSummary

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

public final class MultivariateBatchDetectionResultSummary extends Object
Multivariate anomaly detection status.
  • Method Details

    • getStatus

      Get the status property: Status of detection results. One of CREATED, RUNNING, READY, and FAILED.
      Returns:
      the status value.
    • getErrors

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

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

      public MultivariateBatchDetectionOptions getSetupInfo()
      Get the setupInfo property: Detection request for batch inference. This is an asynchronous inference which will need another API to get detection results.
      Returns:
      the setupInfo value.