MultivariateDetectionResult Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. MultivariateDetectionResult
- com.
public final class MultivariateDetectionResult
Detection results for the given resultId.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getResultId()
Get the result |
List<Anomaly |
getResults()
Get the results property: Detection result for each timestamp. |
Multivariate |
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:
getResults
public List
Get the results property: Detection result for each timestamp.
Returns:
getSummary
public MultivariateBatchDetectionResultSummary getSummary()
Get the summary property: Multivariate anomaly detection status.
Returns:
Applies to
Azure SDK for Java