Update Experiment

View as Markdown

Path parameters

workspacestringRequired
namestringRequired

Request

This endpoint expects an object.
namestringRequired

Producer-supplied, workspace-unique experiment id.

experiment_group_idstringRequired

Entity id of the owning ExperimentGroup. Required — the group must already exist.

dataset_namestringRequired

Producer-supplied dataset name.

dataset_versionstringOptional

Producer-supplied dataset version.

metadatamap from strings to anyOptional

Free-form producer metadata.

descriptionstringOptional

Human-readable description.

summarystringOptional

Human-authored summary of results.

Response

Successful Response
idstring
namestring
workspacestring
experiment_group_idstring
Entity id of the owning ExperimentGroup. Required for every Experiment.
dataset_namestring
dataset_versionstring
metadatamap from strings to any
descriptionstring
summarystring
created_atdatetime
updated_atdatetime
evaluator_nameslist of strings
model_nameslist of strings
Distinct model names observed across ingested sessions for this experiment.
agent_nameslist of strings
Distinct agent names observed across ingested sessions for this experiment.
agent_versionslist of strings
Distinct agent versions observed across ingested sessions for this experiment.
aggregate_scoresmap from strings to objects
run_countintegerDefaults to 0

Number of distinct ingested experiment sessions; one session is treated as one run.

cost_usdobject

Aggregate statistics over evaluator scores or session-level metric values.

latency_msobject

Aggregate statistics over evaluator scores or session-level metric values.

Errors

404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error