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
upload_idslist of strings

Errors