Skip to main content
GET
Get model detail

Authorizations

Authorization
string
header
required

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

Path Parameters

modelKey
string<uuid>
required

Response

Model detail successful response

modelKey
string<uuid>
required
datasetKey
string<uuid>
required
version
integer<int32>
required
achievedPerformance
number<double>
required
createdOn
string
required
trainingPerformance
number<double>
testPerformance
number<double>
versions
object[]

The models this run offers, best first, with the one predictions currently run against marked. A run keeps its top three, so this is normally three entries; fewer where attempts scored identically and collapsed, or one on a run of the older pipeline. Empty on a model that predates versioned models.