Get the champion model

(Deprecated)
get/projects/{projectId}/retrainJobs/@lastJob/champion

Returns the champion model from the last retraining job. The response object contains the model.

Request Samples

1

Response Samples

1{
2 "id": "39632b18-16a5-4748-b057-f1ad4d32ec10",
3 "name": "Gradient Boosting",
4 "projectId": "9d63e067-1644-4ea4-8155-2c1790da487b",
5 "champion": true,
6 "version": 1,
7 "links": []
8}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The identifier of the project.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
308Permanent Redirect

The request is redirected to a new permanent URL.

HeadersSchema