bulk_create_dataset_logs
Create one or multiple logs in a dataset by providing dataset ID and log entries with input, output, expected output, metadata, and metrics. Enables batch addition for monitoring and evaluation.
Instructions
Create one or more logs in a dataset. Pass a single-item array to insert one log. Each log can include input, output, expected_output, metadata, and metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes | Array of log entries to create. | |
| dataset_id | Yes | The unique identifier of the dataset. Use "_saved_logs" for the virtual saved-logs collection. |