Skip to main content

Add a new model under a project

POST /v3/models

Delete a model

DELETE /v3/models/{model_id}

Deploy a surrogate model

POST /v3/models/{model_id}/deploy-surrogate

Details of all columns

GET /v3/models/{model_id}/columns

Generate model from the given data sample

POST /v3/model-factory

Get details of a model

GET /v3/models/{model_id}

getModelColumnV3

GET /v3/models/{model_id}/columns/{column_id}

List models

GET /v3/models

Update a surrogate model

PUT /v3/models/{model_id}/deploy-surrogate

Update artifacts associated with the model

PUT /v3/models/{model_id}/deploy-artifact

Update the fields of a model

PATCH /v3/models/{model_id}

Upload artifacts associated with the model

POST /v3/models/{model_id}/deploy-artifact