Get ML backend

Get details about a specific ML backend. You will need to specify an ID for the backend connection. You can find this using List ML backends.

For more information, see Machine learning integration.

Path parameters

idintegerRequired
A unique integer value identifying this ml backend.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

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.