Update ML backend

Update the ML backend parameters. 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>

Request

This endpoint expects an object.
urlstringOptional
ML backend URL
projectintegerOptional
Project ID
is_interactivebooleanOptional
Is interactive
titlestringOptional
Title
descriptionstringOptional
Description
auth_methodenumOptional
Auth method
Allowed values:
basic_auth_userstringOptional
Basic auth user
basic_auth_passstringOptional
Basic auth password
extra_paramsmap from strings to anyOptional
Extra parameters
timeoutintegerOptional
Response model timeout

Response

urlstring or null
ML backend URL
projectinteger or null
Project ID
is_interactiveboolean or null
Is interactive
titlestring or null
Title
descriptionstring or null
Description
auth_methodenum or null
Auth method
Allowed values:
basic_auth_userstring or null
Basic auth user
basic_auth_passstring or null
Basic auth password
extra_paramsmap from strings to any or null
Extra parameters
timeoutinteger or null
Response model timeout