-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathes_sample_record.json
63 lines (63 loc) · 1.23 KB
/
es_sample_record.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"_index": "images",
"_type": "image",
"_id": "snowmobile.jpg",
"_score": 1,
"_source": {
"s3bucket": "mys3bucket",
"timestamp": "2016-12-25T22:10:41.983000",
"s3key": "snowmobile.jpg",
"Labels": [
{
"Confidence": 96.58794403076172,
"Name": "Transportation"
},
{
"Confidence": 86.98291778564453,
"Name": "Trailer Truck"
},
{
"Confidence": 86.98291778564453,
"Name": "Truck"
},
{
"Confidence": 86.98291778564453,
"Name": "Vehicle"
},
{
"Confidence": 52.55648422241211,
"Name": "Engine"
},
{
"Confidence": 52.55648422241211,
"Name": "Machine"
},
{
"Confidence": 52.55648422241211,
"Name": "Motor"
},
{
"Confidence": 52.342994689941406,
"Name": "Tow Truck"
},
{
"Confidence": 51.937313079833984,
"Name": "Caravan"
},
{
"Confidence": 51.937313079833984,
"Name": "Van"
},
{
"Confidence": 51.57095718383789,
"Name": "Car"
}
],
"imported-by": "lambda-to-es"
},
"fields": {
"timestamp": [
1482703841983
]
}
}