Experiments

Create experiment

Create experiment

post/v1/private/experiments

Request body

idstring uuid
dataset_namestring nullable required
project_idstring uuid

Project ID. Takes precedence over project_name when both are provided.

project_namestring

Project name. Creates project if it doesn't exist. Ignored when project_id is provided.

namestring
metadataJsonListStringWrite
tagsstring[]
type'regular' | 'trial' | 'mini-batch' | 'mutation'
evaluation_method'dataset' | 'evaluation_suite'
optimization_idstring uuid
status'running' | 'completed' | 'cancelled'
dataset_version_idstring uuid

ID of the dataset version this experiment is linked to. If not provided at creation, experiment will be automatically linked to the latest version.

Response

Created

Changes

No recorded changes to this endpoint across all 57 revisions of this API.