MultivariateBatchDetectionResultSummary Class

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

public final class MultivariateBatchDetectionResultSummary

Multivariate anomaly detection status.

Method Summary

Modifier and Type Method and Description
List<ErrorResponse> getErrors()

Get the errors property: Error message when detection is failed.

MultivariateBatchDetectionOptions getSetupInfo()

Get the setupInfo property: Detection request for batch inference.

MultivariateBatchDetectionStatus getStatus()

Get the status property: Status of detection results.

List<VariableState> getVariableStates()

Get the variableStates property: Variable Status.

Methods inherited from java.lang.Object

Method Details

getErrors

public List getErrors()

Get the errors property: Error message when detection is failed.

Returns:

the errors 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.

getStatus

public MultivariateBatchDetectionStatus getStatus()

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

Returns:

the status value.

getVariableStates

public List getVariableStates()

Get the variableStates property: Variable Status.

Returns:

the variableStates value.

Applies to