Add a new model under a project
POST /v3/modelsDelete a model
DELETE /v3/models/{model_id}Deploy a surrogate model
POST /v3/models/{model_id}/deploy-surrogateDetails of all columns
GET /v3/models/{model_id}/columnsGenerate model from the given data sample
POST /v3/model-factoryGet details of a model
GET /v3/models/{model_id}getModelColumnV3
GET /v3/models/{model_id}/columns/{column_id}List models
GET /v3/modelsUpdate a surrogate model
PUT /v3/models/{model_id}/deploy-surrogateUpdate artifacts associated with the model
PUT /v3/models/{model_id}/deploy-artifactUpdate the fields of a model
PATCH /v3/models/{model_id}Upload artifacts associated with the model
POST /v3/models/{model_id}/deploy-artifact