{
"success": true,
"error": "text",
"created": "2025-02-21T18:13:57.422Z",
"recommendedModelType": "int8",
"hasTrainedModel": true,
"objectDetectionLastLayer": "mobilenet-ssd",
"imageInputScaling": "0..1",
"mode": "classification",
"layers": [
{
"input": {
"shape": 33,
"name": "x_input:0",
"type": "<dtype: 'float32'>"
},
"output": {
"shape": 20,
"name": "dense_1/Relu:0",
"type": "<dtype: 'float32'>"
}
}
],
"classNames": [
"text"
],
"labels": [
"text"
],
"availableModelTypes": [
"int8"
],
"modelValidationMetrics": [
{
"type": "int8",
"loss": 1,
"accuracy": 1,
"report": {},
"isSupportedOnMcu": true,
"mcuSupportError": "text",
"profilingJobId": 1,
"profilingJobFailed": true,
"visualization": "featureExplorer",
"predictions": [
{
"sampleId": 1,
"startMs": 1,
"endMs": 1,
"label": "text",
"prediction": "text",
"predictionCorrect": true,
"f1Score": 1,
"anomalyScores": [
[
1
]
]
}
],
"additionalMetrics": [
{
"name": "text",
"value": "text",
"fullPrecisionValue": 1,
"tooltipText": "text",
"link": "text"
}
],
"confusionMatrix": [
[
31,
1,
0
],
[
2,
27,
3
],
[
1,
0,
39
]
],
"onDevicePerformance": [
{
"mcu": "text",
"name": "text",
"isDefault": true,
"latency": 1,
"customMetrics": [
{
"name": "text",
"value": "text"
}
],
"tflite": {
"ramRequired": 1,
"romRequired": 1,
"arenaSize": 1,
"modelSize": 1
},
"eon": {
"ramRequired": 1,
"romRequired": 1,
"arenaSize": 1,
"modelSize": 1
},
"eon_ram_optimized": {
"ramRequired": 1,
"romRequired": 1,
"arenaSize": 1,
"modelSize": 1
}
}
]
}
]
}