Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

training_project_id
string
required
training_job_id
string
required

Body

application/json

A request to update mutable fields on a training job.

priority
integer
required

New queue priority for a PENDING training job. Higher values are dequeued first. Only jobs in the PENDING state can have their priority changed.

Examples:

0

10

100

Response

200 - application/json

A response to updating a training job.

training_job
TrainingJobV1 · object
required

The updated training job.