You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mindspore/tests/ut/data/dataset/testAlbum/fullSchema.json

37 lines
553 B

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