v51

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
experiments

Create experiment on a dataset

post/v1/datasets/{dataset_id}/experiments

Path parameters

dataset_idstring required

Request body

namestring nullable

Name of the experiment (if omitted, a random name will be generated)

descriptionstring nullable

An optional description of the experiment

metadataobject nullable

Metadata for the experiment

version_idstring nullable

ID of the dataset version over which the experiment will be run (if omitted, the latest version will be used)

splitsstring[] nullable

List of dataset split identifiers (GlobalIDs or names) to filter by

repetitionsinteger

Number of times the experiment should be repeated for each example

Response

Experiment retrieved successfully