forked from h2oai/h2o-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGBMGrid.jsonschema
37 lines (36 loc) · 1.35 KB
/
GBMGrid.jsonschema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"type":"object", "properties": {
"Request2": { "type":"number" },
"destination_key": { "type":"string" },
"job_key": { "type":"string" },
"jobs": {
"type":"array", "items": {
"type":"object", "properties": {
"Request2": { "type":"number" },
"_distribution": { "type":"array", "items":
{ "type":"number" }
},
"_nclass": { "type":"number" },
"_ncols": { "type":"number" },
"_nrows": { "type":"number" },
"description": { "type":"string" },
"destination_key": { "type":"string" },
"end_time": { "type":"number" },
"exception": { "type":"null" },
"job_key": { "type":"string" },
"response_info": { "type":"null" },
"start_time": { "type":"number" }
}
}
},
"progress": { "type":"number" },
"response_info": { "type":"object", "properties": {
"h2o": { "type":"string" },
"node": { "type":"string" },
"redirect_url": { "type":"null" },
"status": { "type":"string" },
"time": { "type":"number" }
}
}
}
}