Skip to main content
POST
Choose which model predictions run against

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trainingJobKey
string<uuid>
required

Body

application/json

Which of the run's models to predict with from now on.

attemptNumber
integer
required

The attempt behind the model you want, as reported on the run's candidates.

Example:

7

observations
string | null

Why, in your own words. Replaces the reason the run recorded for itself.

Example:

"Higher recall matters more than total error here"

Response

The choice was applied.

Which candidate predictions run against, and how that came to be.

attemptNumber
integer
version
string
selectedBy
enum<string>
Available options:
AUTOMATIC,
USER
observations
string | null

Why this candidate — the run's own reason, or the user's own words over it.