MultivariateDetectionResult Class

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

public final class MultivariateDetectionResult

Detection results for the given resultId.

Method Summary

Modifier and Type Method and Description
String getResultId()

Get the resultId property: Result identifier, which is used to fetch the results of an inference call.

List<AnomalyState> getResults()

Get the results property: Detection result for each timestamp.

MultivariateBatchDetectionResultSummary getSummary()

Get the summary property: Multivariate anomaly detection status.

Methods inherited from java.lang.Object

Method Details

getResultId

public String getResultId()

Get the resultId property: Result identifier, which is used to fetch the results of an inference call.

Returns:

the resultId value.

getResults

public List getResults()

Get the results property: Detection result for each timestamp.

Returns:

the results value.

getSummary

public MultivariateBatchDetectionResultSummary getSummary()

Get the summary property: Multivariate anomaly detection status.

Returns:

the summary value.

Applies to