Logo
Type aliases

EvalQuestionResult

EvalQuestionResult = object

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

Schema for the result of an eval question job.

Properties

eval_question_id

eval_question_id: string

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

The ID of the question that was executed.


pipeline_id

pipeline_id: string

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

The ID of the pipeline that the question was executed against.


source_nodes

source_nodes: TextNode[]

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

The nodes retrieved by the pipeline for the given question.


answer

answer: string

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

The answer to the question.


eval_metrics

eval_metrics: object

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

The eval metrics for the question.

Index Signature

[key: string]: MetricResult


eval_dataset_execution_id

eval_dataset_execution_id: string

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

The ID of the EvalDatasetJobRecord that this result was generated from.


eval_dataset_execution_params

eval_dataset_execution_params: EvalExecutionParams

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

The EvalExecutionParams that were used when this result was generated.


eval_finished_at

eval_finished_at: string

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

The timestamp when the eval finished.


class_name?

optional class_name: string

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

On this page