ScoreConfigCategory
Named category and associated numeric value in a categorical score definition.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
label | string | Optional | Label identifying the prompt version or score category. |
value | number (double) or string (NaN, Infinity, -Infinity) | Optional | Numeric score value associated with this named category. |
Where used
| Reference | Relationship |
|---|---|
| List score configs | POST /api/v1/evals/list-score-configs |
| Update a score config | POST /api/v1/evals/update-score-config |
| ScoreConfig | Nested in model |
Download the public reference contract.
Document: DOC-API-MODEL-score-config-category.