UNPKG

axiom

Version:

Axiom AI SDK provides - an API to wrap your AI calls with observability instrumentation. - offline evals - online evals

132 lines (66 loc) 1.18 kB
[**axiom v0.51.1**](../../README.md) *** [axiom](../../README.md) / [evals](../README.md) / Evaluation # Type Alias: Evaluation > **Evaluation** = `object` ## Properties ### baseline > **baseline**: `object` #### id > **id**: `string` \| `undefined` #### name > **name**: `string` \| `undefined` *** ### cases > **cases**: [`Case`](Case.md)[] *** ### collection > **collection**: `object` #### name > **name**: `string` #### size > **size**: `number` *** ### duration > **duration**: `number` *** ### flagConfig? > `optional` **flagConfig**: `Record`\<`string`, `any`\> *** ### id > **id**: `string` *** ### name > **name**: `string` *** ### prompt > **prompt**: `object` #### model > **model**: `string` #### params > **params**: `Record`\<`string`, `unknown`\> *** ### runAt > **runAt**: `string` *** ### status > **status**: `string` *** ### tags > **tags**: `string`[] *** ### traceId > **traceId**: `string` *** ### type > **type**: `string` *** ### user > **user**: `object` #### email > **email**: `string` \| `undefined` #### name > **name**: `string` \| `undefined` *** ### version > **version**: `string`