Update Experiment

View as Markdown

Path parameters

workspacestringRequired
namestringRequired

Request

This endpoint expects an object.
namestringRequired

Producer-supplied, workspace-unique experiment id.

agent_namestringRequired
Name of the agent under test.
agent_versionstringRequired
Version of the agent under test.
dataset_namestringRequired

Producer-supplied dataset name.

experiment_group_idstringOptional

Entity id of the owning ExperimentGroup; optional. Soft reference, not validated.

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
agent_namestring
agent_versionstring
dataset_namestring
experiment_group_idstring

Entity id of the owning ExperimentGroup; null when ungrouped. Soft reference, not validated.

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.
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