MultivariateBatchDetectionResultSummary Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. MultivariateBatchDetectionResultSummary
- com.
public final class MultivariateBatchDetectionResultSummary
Multivariate anomaly detection status.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Error |
getErrors()
Get the errors property: Error message when detection is failed. |
Multivariate |
getSetupInfo()
Get the setup |
Multivariate |
getStatus()
Get the status property: Status of detection results. |
List<Variable |
getVariableStates()
Get the variable |
Methods inherited from java.lang.Object
Method Details
getErrors
public List
Get the errors property: Error message when detection is failed.
Returns:
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:
getStatus
public MultivariateBatchDetectionStatus getStatus()
Get the status property: Status of detection results. One of CREATED, RUNNING, READY, and FAILED.
Returns:
getVariableStates
public List
Get the variableStates property: Variable Status.
Returns:
Applies to
Azure SDK for Java