cascade S3-fallback: funded/round-2.json
Browse files- funded/round-2.json +22 -0
funded/round-2.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"admission": {
|
| 3 |
+
"cap": 8,
|
| 4 |
+
"configured_cap": 8,
|
| 5 |
+
"market_capacity": 15,
|
| 6 |
+
"reserve": 1,
|
| 7 |
+
"sku": "RTX4090",
|
| 8 |
+
"sku_capacities": {
|
| 9 |
+
"A6000": 3,
|
| 10 |
+
"L40": 0,
|
| 11 |
+
"L40S": 0,
|
| 12 |
+
"RTX3090": 5,
|
| 13 |
+
"RTX4090": 15
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"funded_pods": "rent",
|
| 17 |
+
"outcomes": [],
|
| 18 |
+
"round_id": "2",
|
| 19 |
+
"seated": [],
|
| 20 |
+
"terminal": [],
|
| 21 |
+
"waiting": []
|
| 22 |
+
}
|