Skip to main content

Interface: TracerSessionResult

schemas.TracerSessionResult

Hierarchy

Properties

id

id: string

Inherited from

TracerSession.id

Defined in

schemas.ts:5


start_time

start_time: number

Inherited from

TracerSession.start_time

Defined in

schemas.ts:7


tenant_id

tenant_id: string

Inherited from

TracerSession.tenant_id

Defined in

schemas.ts:3


completion_tokens

Optional completion_tokens: number

Defined in

schemas.ts:34


description

Optional description: string

Inherited from

TracerSession.description

Defined in

schemas.ts:11


end_time

Optional end_time: number

Inherited from

TracerSession.end_time

Defined in

schemas.ts:9


extra

Optional extra: KVMap

Extra metadata for the project.

Inherited from

TracerSession.extra

Defined in

schemas.ts:15


feedback_stats

Optional feedback_stats: Record<string, unknown>

Defined in

schemas.ts:38


last_run_start_time

Optional last_run_start_time: number

Defined in

schemas.ts:36


latency_p50

Optional latency_p50: number

Defined in

schemas.ts:26


latency_p99

Optional latency_p99: number

Defined in

schemas.ts:28


name

Optional name: string

Inherited from

TracerSession.name

Defined in

schemas.ts:13


prompt_tokens

Optional prompt_tokens: number

Defined in

schemas.ts:32


reference_dataset_id

Optional reference_dataset_id: string

Inherited from

TracerSession.reference_dataset_id

Defined in

schemas.ts:17


run_count

Optional run_count: number

Defined in

schemas.ts:24


run_facets

Optional run_facets: KVMap[]

Defined in

schemas.ts:40


total_tokens

Optional total_tokens: number

Defined in

schemas.ts:30


Was this page helpful?