DatasetEvaluatorGenerationJobSource interface

Dataset source for evaluator generation jobs — reference to a dataset.

Extends

Properties

description

Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities').

name

The name of the dataset.

type

The source type for this source, which is Dataset.

version

The version of the dataset. If not specified, the latest version is used.

Property Details

description

Optional description of what this source represents — helps the pipeline interpret its content (e.g., 'Company refund policy document' or 'Describes the agent's core capabilities').

description?: string

Property Value

string

name

The name of the dataset.

name: string

Property Value

string

type

The source type for this source, which is Dataset.

type: "dataset"

Property Value

"dataset"

version

The version of the dataset. If not specified, the latest version is used.

version?: string

Property Value

string