Create release_certificate.json
Browse files
run-b-production-gate/release_certificate.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "run-b-production-gate",
|
| 3 |
+
"decision": "PENDING",
|
| 4 |
+
"decided_at_utc": null,
|
| 5 |
+
"inputs": {
|
| 6 |
+
"model_repo_id": "Ultralytics/YOLOv5",
|
| 7 |
+
"model_revision": "553ca28641b8c2129596b0ecc50fc0902f7bd7ac",
|
| 8 |
+
"model_file": "yolov5s.pt",
|
| 9 |
+
"dataset_repo_id": "SatwikKambham/ex-dark",
|
| 10 |
+
"dataset_revision": "f2a15374dae8c90395f461c5ba0546c034751665"
|
| 11 |
+
},
|
| 12 |
+
"predicate": {
|
| 13 |
+
"predicate_id": "exdark_person_operational_gate_v1"
|
| 14 |
+
},
|
| 15 |
+
"artifacts": {
|
| 16 |
+
"report_html": "report.html",
|
| 17 |
+
"metrics_json": "evaluation_metrics.json",
|
| 18 |
+
"receipt_bundle_dir": "receipt_bundle/"
|
| 19 |
+
}
|
| 20 |
+
}
|