mindspore2022/tests/ut/data/dataset/testAlbum/floatSchema.json

21 lines
273 B
JSON

{
"columns": {
"image": {
"type": "uint8",
"rank": 1
},
"label" : {
"type": "string",
"rank": 1
},
"id" : {
"type": "int64",
"rank": 0
},
"_priority" : {
"type": "float64",
"rank": 0
}
}
}