Skip to main content

Dataset

Evaluation dataset metadata, item counts, run history, and input/output schemas.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
datasetIdstringOptionalIdentifier of the evaluation dataset.
namestringOptionalName identifying the evaluation dataset.
descriptionstringOptionalHuman-readable description of the resource.
metadataJsonstringOptionalAdditional attributes serialized as a JSON object.
itemCountinteger (int32)OptionalNumber of dataset items reported for the dataset or run. Minimum: -2147483648. Maximum: 2147483647.
runCountinteger (int32)OptionalNumber of runs reported for the evaluation dataset. Minimum: -2147483648. Maximum: 2147483647.
createdAtstring (date-time)OptionalTime when this record was created.
lastRunAtstring (date-time)OptionalTime when the dataset was most recently evaluated.
inputSchemaJsonstringOptionalJSON Schema describing dataset input values.
expectedOutputSchemaJsonstringOptionalJSON Schema describing expected dataset output values.

Where used​

ReferenceRelationship
List datasetsPOST /api/v1/evals/list-datasets

Download the public reference contract.

Document: DOC-API-MODEL-dataset.