Get a performance task execution summary

get/performanceTasks/{taskId}/summary

Returns an execution summary for the performance task.

Request Samples

1

Response Samples

1{
2 "taskId": "string",
3 "numberPeriods": "string",
4 "totalObservations": "string",
5 "periods": [
6 {
7 "name": "string",
8 "observations": 0
9 }
10 ],
11 "models": [
12 {
13 "modelId": "string",
14 "rank": 0,
15 "periods": [
16 {
17 "name": "string",
18 "observations": 0
19 }
20 ],
21 "kpi": {
22 "misClassification": "string",
23 "falsePositive": "string",
24 "recall": "string",
25 "r_Squared": "string",
26 "averageSquaredError": "string"
27 }
28 }
29 ]
30}

Path Parameters

NameTypeRequiredDescription
taskId
string
true

The identifier of the performance task.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

No performance task definition exists at the requested path.

Schema