v76

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-015764591.5 MB
Machine Learning

Train

    After you add an ML backend, call this API with the ML backend ID to start training with 
    already-labeled tasks. 
    
    Get the ML backend ID by [listing the ML backends for a project](api:GET/api/ml/).
    
post/api/ml/{id}/train

Path parameters

idinteger required

A unique integer value identifying this ML backend.

Request body

use_ground_truthboolean

Whether to include ground truth annotations in training

Response

Training has successfully started.