Create a training job

Start a training job in the backend. The returned Training ID can be passed to the GET /trainings/<training-id>/status endpoint to monitor its progress.

Request

This endpoint expects an object.
upload_idstringRequiredformat: "uuid"

Response

Training job created
idstringformat: "uuid"
upload_idstringformat: "uuid"

Errors