Overview
Check the list of available endpoints and methods in the model manager API:
Endpoints and methods | Description |
---|---|
GET | Get detailed information about a model. |
PUT | Replace the data of an existing model. |
POST | Create a new model. |
DELETE | Delete a model. |
PATCH | Update an existing model. |
GET | List the available models in the current domain. |
GET | Get the binary image of a model. |
Endpoints and methods
GET /models/{name}
Get detailed information about a model.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
PUT /models/{name}
Replace the data of an existing model.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and active the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
POST /models/{name}
Create a model.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
DELETE /models/{name}
Delete a model.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
PATCH /models/{name}
Update an existing model.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
GET /models/{name}
List the available models in the current domain.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
GET /images/{name}
Get the binary image of a model.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.