DetectionResult Class

Response of the given resultId.

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

Inheritance
DetectionResult

Constructor

DetectionResult(*, result_id: str, summary: azure.ai.anomalydetector.models._models_py3.DetectionResultSummary, results: List[azure.ai.anomalydetector.models._models_py3.AnomalyState], **kwargs)

Variables

result_id
str

Required.

summary
DetectionResultSummary

Required.

results
list[AnomalyState]

Required. Detection result for each timestamp.