Train Model

Train Model

Supply the model id to initiate a training session You can also supply specific config for the deployed service

Request
path Parameters
id
required
string

ID of the Model to train

Request Body schema: application/json

Service Configuration

pipeline
object (Dictionary)
serviceConfig
object (Dictionary)
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/ml/models/{id}/train
Request samples
application/json
{
  • "pipeline": {
    },
  • "serviceConfig": {
    }
}
Response samples
application/json
{
  • "serviceConfig": {
    }
}