Skip to main content
GET
Get training job

Authorizations

Authorization
string
header
required

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

Path Parameters

trainingJobKey
string<uuid>
required

Response

Training job retrieved 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
targetPerformance
number<double>
required
scalingFactor
integer<int32> | null
achievedPerformance
number<double> | null
trainingPerformance
number<double>
testPerformance
number<double>
modelKey
string<uuid> | null