Skip to main content

EvaluationPageInfo

Offset-pagination position, page size and result totals.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
pageinteger (int32)OptionalOne-based page number. Minimum: -2147483648. Maximum: 2147483647.
limitinteger (int32)OptionalMaximum number of entries requested from the listing. Minimum: -2147483648. Maximum: 2147483647.
totalItemsinteger (int32)OptionalTotal item count reported for the selected dataset query. Minimum: -2147483648. Maximum: 2147483647.
totalPagesinteger (int32)OptionalTotal number of pages reported for the current query. Minimum: -2147483648. Maximum: 2147483647.

Where used​

ReferenceRelationship
List annotation queue itemsPOST /api/v1/evals/list-annotation-queue-items
List annotation queuesPOST /api/v1/evals/list-annotation-queues
List commentsPOST /api/v1/evals/list-comments
List dataset itemsPOST /api/v1/evals/list-dataset-items
List datasetsPOST /api/v1/evals/list-datasets
List score configsPOST /api/v1/evals/list-score-configs

Download the public reference contract.

Document: DOC-API-MODEL-evaluation-page-info.