Skip to main content

Interface: EvalResult

Properties

_id

_id: ObjectId

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:10


commandRunMetadataId

commandRunMetadataId: ObjectId

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:12


createdAt

createdAt: Date

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:23


generatedDataId

generatedDataId: ObjectId

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:11


metadata

Optional metadata: Record<string, unknown>

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:24


result

result: number

Number between 0 and 1, inclusive.

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:22


type

type: string

Name of the type of evaluation.

Defined in

packages/mongodb-chatbot-evaluation/src/evaluate/EvaluationStore.ts:17