Set the retraining state(Deprecated)
put/projects/{projectId}/retrainJobs
Sets the retraining state for the project. The retraining state can be set as needed or completed. The response object contains the job created for performing the batch retraining.
1{2 "containerMediaType": "string",3 "containerUri": "string",4 "createdBy": "string",5 "creationTimeStamp": "2019-08-24T14:15:22Z",6 "dataLabel": "string",7 "dataMediaType": "string",8 "dataUri": "string",9 "description": "string",10 "id": "string",11 "links": [12 {13 "method": "string",14 "rel": "string",15 "uri": "string",16 "href": "string",17 "title": "string",18 "type": "string",19 "itemType": "string",20 "responseType": "string",21 "responseItemType": "string"22 }23 ],24 "lockTimeout": {25 "epochSecond": 0,26 "nano": 027 },28 "lockedBy": "string",29 "modelImageUri": "string",30 "modifiedBy": "string",31 "modifiedTimeStamp": "2019-08-24T14:15:22Z",32 "name": "string",33 "projectStatus": "undefined",34 "projectStatusMessage": "string",35 "projectType": "string",36 "providerSpecificProperties": {37 "property1": "string",38 "property2": "string"39 },40 "readOnlySharing": true,41 "revision": -9223372036854776000,42 "selectedSharingGroups": [43 "string"44 ],45 "shared": true,46 "version": -214748364847}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No project exists at the requested path. | Schema |