List ML backends

List all configured Machine Learning (ML) backends for a specific project by ID. For more information about ML backends, see Machine learning integration.

You will need to provide the project ID. This can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using List all projects.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

projectintegerOptional
Project ID

Response

urlstring>=1 character
URL for the machine learning model server
projectinteger
idinteger or null
stateenum or null
Allowed values:
readable_statestring or null
is_interactiveboolean or null
Used to interactively annotate tasks. If true, model returns one list with results
error_messagestring or null
Error message in error state
titlestring or null
Name of the machine learning backend
auth_methodenum or null
Allowed values:
basic_auth_userstring or null
HTTP Basic Auth user
basic_auth_passstring or null
basic_auth_pass_is_setstring or null
descriptionstring or null
Description for the machine learning backend
extra_paramsmap from strings to any or null
Any extra parameters passed to the ML Backend during the setup
model_versionstring or null
Current model version associated with this machine learning backend
timeoutdouble or null
Response model timeout
created_atdatetime or null
updated_atdatetime or null
auto_updateboolean or null

If false, model version is set by the user, if true - getting latest version from backend.