Experiments
Finish Experiment
Finishes an experiment, calculates stats and returns all stats for root trace logs
POST
/
api
/
parea
/
v1
/
experiment
/
{experiment_uuid}
/
finished
Authorizations
x-user-id
string
headerrequiredPath Parameters
experiment_uuid
string
requiredBody
application/json
status
enum<string>
default: completedStatus of the experiment. Should be completed or failed
Available options:
pending
, running
, completed
, failed
dataset_level_stats
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
200 - application/json
parent_trace_stats
object[]
requiredStats of root-level trace logs of an experiment
Was this page helpful?