Create a model comparison report

post/reports
Internal-Use Only

Creates a model comparison report.

Request Samples

1

Response Samples

1{
2 "parentId": "string",
3 "modelIds": [
4 "string"
5 ],
6 "comparedModels": [
7 {
8 "createdBy": "string",
9 "modifiedBy": "string",
10 "creationTimeStamp": "2019-08-24T14:15:22Z",
11 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
12 "id": "string",
13 "name": "string",
14 "description": "string",
15 "function": "string",
16 "algorithm": "string",
17 "tool": "string",
18 "modeler": "string",
19 "scoreCodeType": "string",
20 "trainTable": "string",
21 "eventProbVar": "string",
22 "targetEvent": "string",
23 "champion": true,
24 "role": "string",
25 "location": "string",
26 "targetLevel": "string",
27 "targetVariable": "string",
28 "projectId": "string",
29 "projectName": "string",
30 "projectVersionId": "string",
31 "projectVersionName": "string",
32 "folderId": "string",
33 "repositoryId": "string",
34 "championStartTime": "string",
35 "championEndTime": "string",
36 "suggestedChampion": true,
37 "retrainable": true,
38 "immutable": true,
39 "modelVersionName": "string",
40 "dataUris": [
41 {
42 "name": "string",
43 "uri": "string",
44 "uriType": "string",
45 "mediaType": "string",
46 "contentType": "string"
47 }
48 ],
49 "properties": [
50 {
51 "name": "string",
52 "value": "string",
53 "type": "string"
54 }
55 ],
56 "inputVariables": [
57 {
58 "createdBy": "string",
59 "modifiedBy": "string",
60 "creationTimeStamp": "2019-08-24T14:15:22Z",
61 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
62 "name": "string",
63 "description": "string",
64 "role": "string",
65 "type": "string",
66 "level": "string",
67 "format": "string",
68 "length": 0,
69 "version": 2
70 }
71 ],
72 "outputVariables": [
73 {
74 "createdBy": "string",
75 "modifiedBy": "string",
76 "creationTimeStamp": "2019-08-24T14:15:22Z",
77 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
78 "name": "string",
79 "description": "string",
80 "role": "string",
81 "type": "string",
82 "level": "string",
83 "format": "string",
84 "length": 0,
85 "version": 2
86 }
87 ],
88 "version": 2
89 }
90 ],
91 "allInputVariables": [
92 {
93 "createdBy": "string",
94 "modifiedBy": "string",
95 "creationTimeStamp": "2019-08-24T14:15:22Z",
96 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
97 "name": "string",
98 "description": "string",
99 "role": "string",
100 "type": "string",
101 "level": "string",
102 "format": "string",
103 "length": 0,
104 "version": 2
105 }
106 ],
107 "allOutputVariables": [
108 {
109 "createdBy": "string",
110 "modifiedBy": "string",
111 "creationTimeStamp": "2019-08-24T14:15:22Z",
112 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
113 "name": "string",
114 "description": "string",
115 "role": "string",
116 "type": "string",
117 "level": "string",
118 "format": "string",
119 "length": 0,
120 "version": 2
121 }
122 ],
123 "allProperties": [
124 {
125 "name": "string",
126 "value": "string",
127 "type": "string"
128 }
129 ],
130 "allFitStatFieldsForTrain": [
131 "string"
132 ],
133 "allFitStatFieldsForTest": [
134 "string"
135 ],
136 "allFitStatFieldsForValidate": [
137 "string"
138 ]
139}

Request Body

The definition of the report request.

Contains information about a report request.

NameTypeRequiredDescription
name
string
false

The name of the report.

description
string
false

The description of the report.

modelUris
array [string]
false

Collection of model URIs, which are used to perform a model comparison.

Responses

StatusMeaningDescription
201CreatedA model comparison report was created.Schema
400Bad RequestThe request was invalid.Schema