File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cortex cluster up cluster.yaml
21
21
cortex deploy apis.yaml
22
22
```
23
23
24
- * [ RealtimeAPI ] ( workloads/realtime/example.md ) - create APIs that respond to requests in real-time.
25
- * [ AsyncAPI ] ( workloads/async/example.md ) - create APIs that respond to requests asynchronously.
26
- * [ BatchAPI ] ( workloads/batch/example.md ) - create APIs that run distributed batch jobs.
27
- * [ TaskAPI ] ( workloads/task/example.md ) - create APIs that run jobs on-demand.
24
+ * [ Realtime ] ( workloads/realtime/example.md ) - create APIs that respond to requests in real-time.
25
+ * [ Async ] ( workloads/async/example.md ) - create APIs that respond to requests asynchronously.
26
+ * [ Batch ] ( workloads/batch/example.md ) - create APIs that run distributed batch jobs.
27
+ * [ Task ] ( workloads/task/example.md ) - create APIs that run jobs on-demand.
You can’t perform that action at this time.
0 commit comments