BenchmarkRunItemUpdated event schema (documentation only)
⚠️ DO NOT CALL — documentation only. Shows the shape of 'BenchmarkRunItemUpdated' event delivered via /hubs/notifications.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Response Body
application/json
curl -X GET "https://api.speaknode.com/api/hubs/notifications/BenchmarkRunItemUpdated"{
"benchmark_run_item_id": "d3719524-634e-407e-8986-556750f39b8f",
"benchmark_run_id": "7bd0d9ab-9782-4030-ae33-fe3a0546446c",
"benchmark_id": "f1254acf-0c77-40a6-91d2-a34bd4970fd9",
"model_version_id": "337b5de9-de8e-4f60-90b9-4857763aa5cd",
"model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
"model_type_code": "string",
"status": 0,
"recorded_at": "2019-08-24T14:15:22Z",
"avg_ttft_ms": 0,
"avg_tokens_per_sec": 0,
"wer": 0,
"cer": 0,
"avg_rtfx": 0
}