Skip to main content
POST
Start training

Authorizations

Authorization
string
header
required

Obtain a token from POST /api/login. Valid for 1 hour.

Path Parameters

datasetKey
string<uuid>
required

Body

application/json
scalingFactor
integer<int32>
required

Controls the internal learning rate. A starting value of 10–50 works for most datasets. Adjust based on training performance progression.

Required range: 0 <= x <= 499
Example:

19

performanceThreshold
number<double>
required

Target balanced-class accuracy (0–1). Training stops when any algorithm reaches this value. Lower values complete faster. Typical starting point: 0.80.

Required range: 0 <= x <= 1
Example:

0.85

Response

Training job created successfully

trainingJobKey
string<uuid>
required
datasetKey
string<uuid>
required
status
enum<string>
required

Status of a training job:

Available options:
PENDING,
RUNNING,
COMPLETED,
TIMED_OUT,
NOT_COMPLETED,
CANCELLED,
FAILED
trainingJobProgressUrl
string

URL to poll for training progress