Theo Docs
TheoKitTheoKit-SDKTheoUITheo PaaS
API reference

Dataset

`Dataset` is either an array OR a factory returning a (sync or async)

Dataset

Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.

Dataset is either an array OR a factory returning a (sync or async) iterable (D210). The runner normalizes both shapes into an AsyncIterable<DatasetEntry> internally.

Signature

type Dataset

Kind

type

Source

packages/sdk/src/types/eval.ts:29

On this page