create_dataset_run_item
Creates a dataset run item by appending a specified dataset item to a run, with optional metadata and linked trace or observation IDs, then flushes ingestion.
Instructions
Create a dataset run item and flush the ingestion write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Optional run-item metadata | |
| run_name | Yes | Dataset run name to append this item to | |
| trace_id | No | Optional trace ID linked to this run item | |
| observation_id | No | Optional observation ID linked to this run item | |
| dataset_item_id | Yes | Dataset item ID to include in the run | |
| run_description | No | Optional run description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||