Populations
Create Population
Creates a new population model.
POST
/
v1
/
populations
{
"data": {
"id": "<string>",
"avg_mean_absolute_error": 123,
"avg_mean_squared_error": 123,
"avg_normalised_kullback_leibler_divergence": 123,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"name": "<string>",
"public": true,
"question_count": 123,
"reality_target": "<string>",
"simulacrum_count": 123,
"simulation_engine": "<string>",
"status": "<string>",
"test_finished_at": "2023-11-07T05:31:56Z",
"test_started_at": "2023-11-07T05:31:56Z",
"upload_filename": "<string>"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}
Headers
Body
multipart/form-data
Response
200
application/json
Successful Response
The response is of type object
.
{
"data": {
"id": "<string>",
"avg_mean_absolute_error": 123,
"avg_mean_squared_error": 123,
"avg_normalised_kullback_leibler_divergence": 123,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"name": "<string>",
"public": true,
"question_count": 123,
"reality_target": "<string>",
"simulacrum_count": 123,
"simulation_engine": "<string>",
"status": "<string>",
"test_finished_at": "2023-11-07T05:31:56Z",
"test_started_at": "2023-11-07T05:31:56Z",
"upload_filename": "<string>"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.