Unverified Commit ea080574 authored by Qianli Scott Zhu's avatar Qianli Scott Zhu Committed by GitHub
Browse files

Add new column for benchmark run status. (#4373)

parent 7535c734
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
"name": "model_id", "name": "model_id",
"type": "STRING" "type": "STRING"
}, },
{
"description": "The status of the run for the benchmark. Eg, running, failed, success",
"mode": "NULLABLE",
"name": "status",
"type": "STRING"
},
{ {
"description": "The name of the model, E.g ResNet50, LeNet-5 etc.", "description": "The name of the model, E.g ResNet50, LeNet-5 etc.",
"mode": "REQUIRED", "mode": "REQUIRED",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment