1{ 2 "datasetType": "TF", 3 "columns": { 4 "image": { 5 "type": "uint8", 6 "rank": 3, 7 "shape": [3, 4, 2] 8 }, 9 "label" : { 10 "type": "int32", 11 "rank": 1 12 } 13 } 14} 15