你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: