EvaluationResultsQuery
Shape of the query arguments passed toEvaluationResultsClient.list and Adaline.init_evaluation_results. The Python SDK takes these as keyword arguments rather than a single object — the shape here is documentation for what the polling helper replays on every refresh.
Shape
Fields
| Field | Type | Description |
|---|---|---|
prompt_id | str | Prompt the evaluation belongs to. Required. |
evaluation_id | str | Evaluation whose results you want. Required. |
grade | Optional[str] | Only return rows with this grade: "pass", "fail", or "unknown". |
expand | Optional[str] | If "row", each result includes its underlying dataset row. |
sort | Optional[str] | "createdAt:asc", "createdAt:desc", "score:asc", or "score:desc". |
limit | Optional[int] | Page size. |
cursor | Optional[str] | Opaque cursor returned by the previous response’s pagination.next_cursor. |