Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 726 Bytes

File metadata and controls

14 lines (10 loc) · 726 Bytes

DoubleSeriesAggregations

Aggregated statistics for numeric series.

Properties

Name Type Required Description
min Optional[float] No Minimum value in the series. Absent if the metric has not been computed.
max Optional[float] No Maximum value in the series. Absent if the metric has not been computed.
last Optional[float] No Most recent value in the series. Absent if the metric has not been computed.
type Literal["double"] Yes None

[Back to Model list] [Back to API list] [Back to README]