NamedCount
Count of evaluation records grouped under a shared label.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
name | string | Optional | Grouping label associated with this record count. |
count | string (int64) | Optional | Number of evaluation records represented by this group. Pattern: ^-?\d+$. |
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-named-count.