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
Path Parameters
Body
application/json
Any additional information to be added to the experiment
Status of the experiment. Should be completed or failed
Available options:
pending
, running
, completed
, failed
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
Contains aggregated stats of all root trace logs of an experiment.
Stats of root-level trace logs of an experiment
Was this page helpful?