Skip to main content
GetExperimentSummaryResponse = object

Description

Evaluation summary for an experiment run: pass/fail results, metric aggregations, per-datapoint results, event details, and the experiment run object.

Properties

datapoints

datapoints: object[]

datapoint_id?

optional datapoint_id?: string | null

metrics?

optional metrics?: unknown[]

passed

passed: boolean

session_id

session_id: string

error?

optional error?: string

event_details

event_details: object[]

event_name

event_name: string

event_type

event_type: string

failed

failed: string[]

metrics

metrics: object

aggregation_function?

optional aggregation_function?: string

details?

optional details?: object[]

passed

passed: string[]

run_object

run_object: object

configuration

configuration: object
Index Signature
[key: string]: unknown

created_at

created_at: string

dataset_id?

optional dataset_id?: string | null

description?

optional description?: string | null

event_ids

event_ids: string[]

id

id: string

is_active

is_active: boolean

metadata

metadata: object
Index Signature
[key: string]: unknown

metrics?

optional metrics?: object
Index Signature
[key: string]: number

name?

optional name?: string | null

results

results: object
Index Signature
[key: string]: unknown

run_id

run_id: string

scope_id

scope_id: string

scope_type

scope_type: string

status?

optional status?: string | null

updated_at?

optional updated_at?: string | null

status

status: string

success

success: boolean