Get latest performance job
get/performanceTasks/performanceJobs/latestJob
Returns the latest performance job that is associated with the specified model and project.
1{2 "createdBy\"": "sasdemo",3 "creationTimeStamp\"": "2024-11-12T02:55:12.686059Z",4 "dataLibrary\"": "Public",5 "id\"": "8aa07cbf-2f20-4aed-857f-1a36064706d0",6 "jobExecutionRequired\"": true,7 "jobReqId\"": "8e703210-eda6-4dfd-8314-7e73eb0be750",8 "latestModelTable\"": "HMEQPERF_4_Q4",9 "latestProjectDate\"": "2024-11-12T02:56:02.585Z",10 "latestProjectTable\"": "HMEQPERF_4_Q4",11 "links": [12 {13 "method": "GET",14 "rel": "self",15 "href": "/modelManagement/performanceTasks/ab54b494-bdf5-420d-87f7-2810844851cc/performanceJobs/8aa07cbf-2f20-4aed-857f-1a36064706d0",16 "uri": "/modelManagement/performanceTasks/ab54b494-bdf5-420d-87f7-2810844851cc/performanceJobs/8aa07cbf-2f20-4aed-857f-1a36064706d0"17 }18 ],19 "model\"": "GLM (Pipeline 1)",20 "modelId\"": "2ccb17b2-7b3c-41e6-98c1-9b7fba1a44e4",21 "modelVersionName\"": "1.1",22 "modifiedBy\"": "sasdemo",23 "modifiedTimeStamp\"": "2024-11-15T17:24:48.313694Z",24 "prefix\"": "hmeqperf",25 "projectId\"": "01fee6ba-dc92-4afb-90e1-be98b217d72f",26 "projectVersion\"": "Version 1",27 "resultLibrary\"": "ModelPerformanceData",28 "startTime\"": "2024-11-12T02:56:05.906Z",29 "state\"": "completed",30 "stopTime\"": "2024-11-12T02:56:57.875Z",31 "task\"": "Project interval bias_Performance",32 "taskId\"": "ab54b494-bdf5-420d-87f7-2810844851cc",33 "version\"": 234}
Name | Type | Required | Description |
---|---|---|---|
limit | integer<int32> | false | The maximum number of items to return in this request. Default: 20 |
start | integer<int32> | false | The 0-based start index of a paginated request. >= 0 Default: 0 |
modelId | string | true | The unique identifier for the model. |
projectId | string | true | The unique identifier for the project. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |