API ReferenceML

Get ML backend

GET

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.

Response

This endpoint returns an object
url
string
URL for the machine learning model server
project
integer
id
integerOptional
state
enumOptional
Allowed values: CODIERTRPR
readable_state
stringOptional
is_interactive
booleanOptional
Used to interactively annotate tasks. If true, model returns one list with results
error_message
stringOptional
Error message in error state
title
stringOptional
Name of the machine learning backend
auth_method
enumOptional
Allowed values: NONEBASIC_AUTH
basic_auth_user
stringOptional
HTTP Basic Auth user
basic_auth_pass
stringOptional
basic_auth_pass_is_set
stringOptional
description
stringOptional
Description for the machine learning backend
extra_params
map from strings to anyOptional
Any extra parameters passed to the ML Backend during the setup
model_version
stringOptional
Current model version associated with this machine learning backend
timeout
doubleOptional
Response model timeout
created_at
datetimeOptional
updated_at
datetimeOptional
auto_update
booleanOptional
If false, model version is set by the user, if true - getting latest version from backend.