RunLabelStatistics
A label’s run summary; one entry per distinct key/value pair.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
key |
yes | string |
The label key. | — |
value |
yes | string |
The label value. | — |
totalRuns |
yes | integer (int64) |
The number of runs carrying this exact key/value pair. | pattern `^-?(?:0\ |
failedRuns |
yes | integer (int64) |
This label’s number of runs that ended in an error. | pattern `^-?(?:0\ |
totalTokens |
no | integer (int64) |
This label’s total token usage. | pattern `^-?(?:0\ |
totalCost |
no | number (double) |
This label’s total cost. null if no run carrying it was ever priced. |
pattern `^-?(?:0\ |