@@ -7,46 +7,38 @@ components:
7
7
type : object
8
8
properties :
9
9
key :
10
- title : The key for this KPI, where you can find the value from inside main_kpi
10
+ title : Indicator key
11
+ description : The key for this KPI, where you can find the value from inside main_kpi
11
12
type : string
12
13
title :
13
- title : The title for this metric, to be displayed to the user
14
+ title : Metric title
15
+ description : The title for this metric, to be displayed to the user
14
16
type : string
15
17
main_kpi :
16
18
title : The primary KPI, displayed in the top left of the box
17
- type : object
18
- properties :
19
- title :
20
- title : The name of this indicator
21
- type : string
22
- values :
23
- title : The numerical values to fill in for this KPI
24
- type : object
25
- properties :
26
- accuracy :
27
- title : The number correct over the number predicted
28
- type : number
29
- num_successful_predictions :
30
- title : The number of predictions which have a successful prediction (as opposed to an error)
31
- type : integer
32
- num_correct_predictions :
33
- title : The number of predictions that were correct (compared to ground truth)
34
- type : integer
19
+ type : string
20
+ secondary_kpi :
21
+ title : The secondary KPI, displayed in the top right of the box
22
+ type : string
35
23
additional_kpis :
36
- title : Secondary KPIs, displayed below the main_kpi
24
+ title : Additional KPIs
25
+ type : array
26
+ items :
27
+ type : object
28
+ extra_kpis :
29
+ title : Extra KPIs
37
30
type : array
38
31
items :
39
32
type : object
40
33
properties :
41
34
key :
42
- title : The key where the value for this metric can be found (from the main kpi's payload)
35
+ title : Indicator key
36
+ description : The key for this KPI, where you can find the value from inside main_kpi
43
37
type : string
44
38
label :
45
- title : The name to print on the screen, describing this additional KPI
39
+ title : Label
40
+ description : The label for this KPI, to be displayed to the user
46
41
type : string
47
- extra_kpis :
48
- title : Secondary KPIs, displayed to the right of the main_kpi
49
- type : array
50
42
51
43
KeyIndicatorValue :
52
44
title : Key Indicator Value
0 commit comments