Supported fields
Datapoints
"type": "IMAGE",
"metadata": {
"width": "INT",
"height": "INT",
"uri": "STRING", // a uri to the image (supported aws s3, gcp, azure)
"normalized_roi": { // crop of the image the model focuses on
"top": "INTEGER",
"left": "INTEGER",
"height": "INTEGER",
"width": "INTEGER",
"STRING": "STRING" // any key value pair you'd like
},
"brightness": "FLOAT",
"sharpness": "FLOAT",
"contrast": "FLOAT"
}"type": "TEXT",
"text": "STRING",
"metadata": {
"STRING": "STRING" // any key value pair you'd like
}Ground Truths
Predictions
Last updated