get-dataset-examples
Retrieve examples from a dataset, including input, expected output, and metadata, for testing or benchmarking models.
Instructions
Get examples from a dataset.
Dataset examples are an array of objects that each include an input, (expected) output, and optional metadata. These examples are typically used to represent input to an application or model (e.g. prompt template variables, a code file, or image) and used to test or benchmark changes.
Example usage: Show me all examples from dataset RGF0YXNldDox
Expected return: Object containing dataset ID, version ID, and array of examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | No | ||
| dataset_name | No | ||
| version_id | No | ||
| splits | No |