Logo
Type aliases

EvalDatasetJobParams

EvalDatasetJobParams = object

Defined in: packages/cloud/src/client/types.gen.ts:1924

Schema for the parameters of an eval dataset job.

Properties

eval_question_ids

eval_question_ids: string[]

Defined in: packages/cloud/src/client/types.gen.ts:1928

The IDs for the EvalQuestions this execution ran against.


eval_execution_params

eval_execution_params: EvalExecutionParams

Defined in: packages/cloud/src/client/types.gen.ts:1932

The parameters for the eval execution.

On this page