Skip to main content
POST
Finish Experiment Api

Authorizations

x-user-id
string
header
required

Path Parameters

experiment_uuid
string
required

Body

application/json

Any additional information to be added to the experiment

status
enum<string>
default:completed

Status of the experiment. Should be completed or failed

Available options:
pending,
running,
completed,
failed
dataset_level_stats
EvaluationScoreSchema · object[] | null

List of dataset level evals/scores which should be added to the experiment. Examples are Pearson correlation between outputs and targets/ground truth values.

Response

Successful Response

Contains aggregated stats of all root trace logs of an experiment.

parent_trace_stats
TraceStatsSchema · object[]
required

Stats of root-level trace logs of an experiment