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

Changes

Changed in 2 of the 70 revisions of this API.22

    • added the required property data/description to the response with the 200 status

      response-required-property-added

    • added the required property data/name to the response with the 200 status

      response-required-property-added

    • removed the required property data/description from the response with the 200 status

      response-required-property-removed

    • removed the required property data/name from the response with the 200 status

      response-required-property-removed

    This revision also has 91 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog