Skip to main content

DatasetRun

Metadata describing one execution of an evaluation dataset.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
runIdstringOptionalIdentifier of the dataset or candidate evaluation run.
datasetIdstringOptionalIdentifier of the evaluation dataset.
namestringOptionalName assigned to this execution of 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.
createdAtstring (date-time)OptionalTime when this record was created.

Where used​

ReferenceRelationship
Get a dataset runPOST /api/v1/evals/get-dataset-run
List dataset runsPOST /api/v1/evals/list-dataset-runs

Download the public reference contract.

Document: DOC-API-MODEL-dataset-run.