invariance_eval_dataset_create
Create a reusable evaluation dataset by storing named input/expected example rows, enabling experiments to use consistent test cases.
Instructions
Create a reusable eval dataset (a named collection of input/expected example rows used to drive experiments).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | CreateEvalDatasetRequest as a JSON object string. Required: name. Optional: description (string), metadata (object). Example: {"name":"refund-intents-v1","description":"customer refund queries with expected intent labels"} |