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
Authorization
Header authentication of the form Token <token>
Query parameters
project
Project ID
Response
url
URL for the machine learning model server
project
id
state
Allowed values:
readable_state
is_interactive
Used to interactively annotate tasks. If true, model returns one list with results
error_message
Error message in error state
title
Name of the machine learning backend
auth_method
Allowed values:
basic_auth_user
HTTP Basic Auth user
basic_auth_pass
basic_auth_pass_is_set
description
Description for the machine learning backend
extra_params
Any extra parameters passed to the ML Backend during the setup
model_version
Current model version associated with this machine learning backend
timeout
Response model timeout
created_at
updated_at
auto_update
If false, model version is set by the user, if true - getting latest version from backend.