Skip to content

Commit 781eb48

Browse files
authored
restructure additional batch inf endpoints (#1172)
1 parent edb9677 commit 781eb48

3 files changed

Lines changed: 2 additions & 9 deletions

File tree

specification/DigitalOcean-public.v2.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,6 @@ tags:
646646
synchronous APIs, making it a cost-effective choice for non-interactive
647647
workloads.
648648
649-
- name: Additional Batch Inference Helper APIs
650-
description: |-
651-
Helper operations for managing Batch Inference jobs — list all
652-
submitted jobs and cancel a job that has not yet reached a terminal
653-
state.
654-
655649
656650
x-tagGroups:
657651
- name: Public APIs
@@ -712,7 +706,6 @@ x-tagGroups:
712706
- Inference Introduction
713707
- Agent Inference
714708
- Batch Inference
715-
- Additional Batch Inference Helper APIs
716709
- Embeddings
717710
- Serverless Inference
718711

specification/resources/inference/inference_cancel_batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >
1313
Partial results produced before cancellation remain available via
1414
`GET /v1/batches/{batch_id}/results`.
1515
tags:
16-
- Additional Batch Inference Helper APIs
16+
- Batch Inference
1717
servers:
1818
- url: "https://inference.do-ai.run"
1919
description: production

specification/resources/inference/inference_list_batches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
`limit` to control page size and `after` to page forward using the
66
`last_id` from the previous response.
77
tags:
8-
- Additional Batch Inference Helper APIs
8+
- Batch Inference
99
servers:
1010
- url: "https://inference.do-ai.run"
1111
description: production

0 commit comments

Comments
 (0)