List all models attached to the **project ID**
Retrieve information about all models of the provided project ID.
query Parameters
project_idList models belonging to this project ID.
pagePage number.
page_sizeMaximum number of results to return per page.
order_bySort order of the returned results.
List all models attached to the **project ID** › Responses
total_countTotal number of models.
List of models.
Create a new model
Create and register a new model that can be executed through next jobs. A model can also be assigned to a Session.
Create a new model › Request Body
project_idProject ID to attach this model.
payloadThe serialized model data.
Create a new model › Responses
idUnique ID of the model.
created_atTime at which the model was created. (RFC 3339 format)
urlStorage URL of the model.
project_idProject ID in which the model has been created.
Get model information
Retrieve information about of the provided model ID.
path Parameters
model_idUnique ID of the model.
Get model information › Responses
idUnique ID of the model.
created_atTime at which the model was created. (RFC 3339 format)
urlStorage URL of the model.
project_idProject ID in which the model has been created.