Create a model

Create a Model with the provided name. This name should be unique.

Request

This endpoint expects an object.
namestringRequiredformat: "^[a-zA-Z0-9-]+$"

Response

Model created
created_atstringformat: "date-time"
idstringformat: "uuid"
namestringformat: "^[a-zA-Z0-9-]+$"
teacher_evaluation_idslist of strings
trainingobject or null
training_statusenum
upload_idslist of strings
evaluation_resultsobject or null
task_detailsobject or null

Errors