你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AnomalyState Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. AnomalyState
- com.
public final class AnomalyState
Anomaly status and information.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Error |
getErrors()
Get the errors property: Error message for the current timestamp. |
Offset |
getTimestamp()
Get the timestamp property: The timestamp for this anomaly. |
Anomaly |
getValue()
Get the value property: The detailed value of this anomalous timestamp. |
Methods inherited from java.lang.Object
Method Details
getErrors
public List
Get the errors property: Error message for the current timestamp.
Returns:
the errors value.
getTimestamp
public OffsetDateTime getTimestamp()
Get the timestamp property: The timestamp for this anomaly.
Returns:
the timestamp value.
getValue
public AnomalyValue getValue()
Get the value property: The detailed value of this anomalous timestamp.
Returns:
the value value.