Model REST API Guide
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
List of models for provided query and filters
Response object for paginated API responses.
API version of the response.
3.0Possible values: Type of response, indicating a paginated response.
PAGINATEDPossible values: Bad Request
Internal Server Error
Name of the model
Version of the model
v1UUID format unique identifier for the project the model is added in
LIVEPossible 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.
Created model JSON response
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Unauthorized
Forbidden
Conflict
Internal Server Error
model id path parameter
Model JSON response for provided model id
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Resource not found
Internal Server Error
model id path parameter
Details of a model delete job
Bad Request
Resource not found
Internal Server Error
model id path parameter
LIVEPossible values: Version of the model
v1Enumeration 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.
Updated model JSON response
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Resource not found
Internal Server Error
100010000Generated model
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Internal Server Error
model id path parameter
Updated Model Artifacts
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Resource not found
Internal Server Error
model id path parameter
Deployed Model Artifacts
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Resource not found
Internal Server Error
model id path parameter
Request payload for to deploy a surrogate model
Unique identifier of the environment associated to the model
Surrogate model updating task with job id
Bad Request
Resource not found
Internal Server Error
model id path parameter
Request payload for to deploy a surrogate model
Unique identifier of the environment associated to the model
Surrogate model generation task with job id
Bad Request
Resource not found
Internal Server Error
model id path parameter
Details of all columns for a model
Response object for paginated API responses.
API version of the response.
3.0Possible values: Type of response, indicating a paginated response.
PAGINATEDPossible values: Bad Request
Resource not found
Internal Server Error
model id path parameter
column_id path parameter
Details of a specific column for a model
Response object for standard API responses.
API version.
3.0Possible values: Type of response, indicating a normal response.
NORMALPossible values: Bad Request
Resource not found
Internal Server Error
Last updated
Was this helpful?