EvaluationResultsQuery
The query object passed toEvaluationResultsClient.list() and Adaline.initEvaluationResults(). Combines identifiers, filters, and pagination in a single shape so that polling helpers can replay the same query on every refresh.
Definition
Fields
| Field | Type | Description |
|---|---|---|
promptId | string | Prompt the evaluation belongs to. Required. |
evaluationId | string | Evaluation whose results you want. Required. |
grade | 'pass' | 'fail' | 'unknown' | Only return rows with this grade. |
expand | 'row' | If "row", each result includes its underlying dataset row. |
sort | 'createdAt:asc' | 'createdAt:desc' | 'score:asc' | 'score:desc' | Sort order. |
limit | number | Page size. |
cursor | string | Opaque cursor returned by the previous response’s pagination.nextCursor. |