TimeSeriesPoint
Numeric evaluation measurement associated with a time bucket and series.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
bucket | string (date-time) | Optional | Time bucket identifying this point in the evaluation series. |
value | number (double) or string (NaN, Infinity, -Infinity) | Optional | Numeric measurement recorded for this time bucket and series. |
series | string | Optional | Series key when the query is split — a score name, level, or profile id. |
Where used
| Reference | Relationship |
|---|---|
| Get the eval overview | POST /api/v1/evals/get-overview |
| EvalOverview | Nested in model |
Download the public reference contract.
Document: DOC-API-MODEL-time-series-point.