MetricEnrichedSeriesData Class

MetricEnrichedSeriesData.

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

Inheritance
builtins.object
MetricEnrichedSeriesData

Constructor

MetricEnrichedSeriesData(**kwargs)

Parameters

series_key
SeriesIdentity
Required

Required.

timestamps
list[datetime]
Required

Required. timestamps of the series.

values
list[float]
Required

Required. values of the series.

is_anomaly
list[bool]
Required

Required. whether points of the series are anomalies.

periods
list[int]
Required

Required. period calculated on each point of the series.

expected_values
list[float]
Required

Required. expected values of the series given by smart detector.

lower_bounds
list[float]
Required

Required. lower boundary list of the series given by smart detector.

upper_bounds
list[float]
Required

Required. upper boundary list of the series given by smart detector.