create_dataset_run_item
Create dataset run items to track evaluations of specific dataset items, linking them to traces and observations for LLM application monitoring.
Instructions
Creates a dataset run item and creates or updates the dataset run if needed. runName and datasetItemId are required. traceId is strongly recommended and observationId is optional. metadataJson must be valid JSON when provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runName | Yes | Run name. Required. | |
| datasetItemId | Yes | Dataset item ID to evaluate in this run. Required. | |
| traceId | Yes | Optional trace ID associated with the run item. | |
| observationId | Yes | Optional observation ID associated with the run item. | |
| runDescription | Yes | Optional run description. | |
| metadataJson | Yes | Optional run metadata as JSON. | |
| datasetVersion | Yes | Optional dataset version timestamp in ISO-8601 format. | |
| createdAt | Yes | Optional createdAt timestamp in ISO-8601 format. |