Experiments
REST API methods for interacting with Phoenix experiments
Path parameters
dataset_idstringRequired
Body
Details of the experiment to be created
nameany ofOptional
Name of the experiment (if omitted, a random name will be generated)
stringOptional
nullOptional
descriptionany ofOptional
An optional description of the experiment
stringOptional
nullOptional
metadataany ofOptional
Metadata for the experiment
or
nullOptional
version_idany ofOptional
ID of the dataset version over which the experiment will be run (if omitted, the latest version will be used)
stringOptional
nullOptional
repetitionsintegerOptionalDefault:
Number of times the experiment should be repeated for each example
1
Responses
200
Experiment retrieved successfully
application/json
403
Forbidden
text/plain
404
Dataset or DatasetVersion not found
text/plain
422
Validation Error
application/json
post
Last updated
Was this helpful?