Model REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
Details of a model for given model id
model id path parameter
Update artifacts associated with the model
model id path parameter
Upload artifacts associated with the model
model id path parameter
Details of all columns for a model
model id path parameter
Details of a specific column for a model
model id path parameter
column_id path parameter
Get list of model for provided query and filters
Whether to send only latest version of each model or all version. False by default
project id query parameter
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination
Add a new model under a project
Name of the model
Version of the model
v1
UUID format unique identifier for the project the model is added in
LIVE
Possible values: Enumeration of different model input types.
Enumeration of different types of model tasks.
Description of the model
User ID for the owner of the model
Date the model was deployed on
Model algorithm
A string providing information about the software library and version used to train and run this model
Event id column to be found in published data for the model
Timestamp column to be found in published data for the model
Format of the timestamp like datetime, epoch time etc.
Update the fields of a model
model id path parameter
LIVE
Possible values: Version of the model
v1
Enumeration of different model input types.
Enumeration of different types of model tasks.
Description of the model
User ID for the owner of the model
Date the model was deployed on
Model algorithm
A string providing information about the software library and version used to train and run this model
Event id column to be found in published data for the model
Timestamp column to be found in published data for the model
Format of the timestamp like datetime, epoch time etc.
Generate model from the given data sample
1000
10000
Update a surrogate model
model id path parameter
Deploy a surrogate model
model id path parameter