API ReferenceML

Update ML backend

PATCH

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.

Request

This endpoint expects an object.
url
stringOptional
ML backend URL
project
integerOptional
Project ID
is_interactive
booleanOptional
Is interactive
title
stringOptional
Title
description
stringOptional
Description
auth_method
enumOptional
Auth method
Allowed values: NONEBASIC_AUTH
basic_auth_user
stringOptional
Basic auth user
basic_auth_pass
stringOptional
Basic auth password
extra_params
map from strings to anyOptional
Extra parameters
timeout
integerOptional
Response model timeout

Response

This endpoint returns an object
url
stringOptional
ML backend URL
project
integerOptional
Project ID
is_interactive
booleanOptional
Is interactive
title
stringOptional
Title
description
stringOptional
Description
auth_method
enumOptional
Auth method
Allowed values: NONEBASIC_AUTH
basic_auth_user
stringOptional
Basic auth user
basic_auth_pass
stringOptional
Basic auth password
extra_params
map from strings to anyOptional
Extra parameters
timeout
integerOptional
Response model timeout