Dataset
This page is auto-generated from the formations OpenAPI spec. Do not edit manually — run
pnpm generate-formations-resource-docsto regenerate.
Declares an evaluation dataset — the named fixture suite an eval runs an agent against. Its test cases are declared separately as dataset_item resources, so an item curated through the API is never collateral of a formation apply. Deleting the dataset deletes its items and the evals bound to it.
Syntax
type: dataset
properties:
name: String
description: String
Output
The physical resource ID is the public ID of the created resource. Reference it from other resources with a ref expression:
some_field:
ref: MyDataset
Properties
name
Dataset name, unique within the project
Required: Yes Type: String
description
Optional description
Required: No Type: String Nullable: Yes