AnomalyValue Class

AnomalyValue.

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

Inheritance
AnomalyValue

Constructor

AnomalyValue(*, is_anomaly: bool, severity: float, score: float, interpretation: Optional[List[azure.ai.anomalydetector.models._models_py3.AnomalyInterpretation]] = None, **kwargs)

Variables

is_anomaly
bool

Required. True if an anomaly is detected at the current timestamp.

severity
float

Required. Indicates the significance of the anomaly. The higher the severity, the more significant the anomaly.

score
float

Required. Raw score from the model.

interpretation
list[AnomalyInterpretation]