Pin Experiment

View as Markdown

Pin an experiment to the top of the list (workspace-shared).

Re-pinning an already-pinned experiment refreshes pinned_at to the current timestamp, which is intentional (most-recently-pinned sorts first).

Path parameters

workspacestringRequired
namestringRequired

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
pinned_atdatetime or null

Timestamp at which the experiment was pinned, or null if unpinned. Managed via POST/DELETE /experiments/{name}/pin.

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
422
Unprocessable Entity Error