AnomalyState Class

AnomalyState.

All required parameters must be populated in order to send to Azure.

Inheritance
AnomalyState

Constructor

AnomalyState(*, timestamp: datetime.datetime, value: Optional[azure.ai.anomalydetector.models._models_py3.AnomalyValue] = None, errors: Optional[List[azure.ai.anomalydetector.models._models_py3.ErrorResponse]] = None, **kwargs)

Variables

timestamp
datetime

Required. timestamp.

value
AnomalyValue
errors
list[ErrorResponse]

Error message for the current timestamp.