Spaces:
Sleeping
Sleeping
Create spec_template.yaml
Browse files- templates/spec_template.yaml +18 -0
templates/spec_template.yaml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TITLE: "Technical Spec"
|
| 2 |
+
DESCRIPTION: "API endpoints and runtime specifications for dataset querying."
|
| 3 |
+
CONTENT:
|
| 4 |
+
endpoints:
|
| 5 |
+
- "/splits"
|
| 6 |
+
- "/first-rows"
|
| 7 |
+
- "/rows"
|
| 8 |
+
- "/search"
|
| 9 |
+
- "/filter"
|
| 10 |
+
constraints:
|
| 11 |
+
- "Requests timeout: 30s"
|
| 12 |
+
- "Card output bounded preview"
|
| 13 |
+
- "YAML schema validated"
|
| 14 |
+
CONTEXT_LINKS:
|
| 15 |
+
- "LEDGER_CORE.dataset_query_optimization"
|
| 16 |
+
NEXT_ACTIONS:
|
| 17 |
+
- "SPLITS"
|
| 18 |
+
- "ROWS train 0 25"
|