Create Experiment
Create Experiment
POST/api/2/auto_eval/experiment/create
Create a new Experiment
Request
- application/json
Body
Human-readable name for the experiment
Succint description of the experiment, if one exists.
Project the experiment is associated with
metadata
object
Metadata relevant to the application configuration from which all experiment evaluation runs are derived. E.g. 'llm_model', 'chunk_size'
fields
object
required
property name*
object
Ordered row values with length always equal to num_rows
on the
corresponding view.
Ordered row values with length always equal to num_rows
on the
corresponding view.
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
experiment
object
required
A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used
A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used
metadata
object
fields
object
required
property name*
object
Ordered row values with length always equal to num_rows
on the
corresponding view.
Ordered row values with length always equal to num_rows
on the
corresponding view.
{
"experiment": {
"id": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"creatorId": "string",
"name": "string",
"description": "string",
"projectId": "string",
"metadata": {
"fields": {}
}
}
}