From 26d780809cb775c0508b7360d7a65be93929a908 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Tue, 25 Jun 2024 18:01:35 -0700 Subject: [PATCH] Update and rename bulk_inference.yaml to batch_inference.yaml rename bulk --> batch --- bulk_inference.yaml => batch_inference.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename bulk_inference.yaml => batch_inference.yaml (97%) diff --git a/bulk_inference.yaml b/batch_inference.yaml similarity index 97% rename from bulk_inference.yaml rename to batch_inference.yaml index d1d0c5d99..31fd8415b 100644 --- a/bulk_inference.yaml +++ b/batch_inference.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - title: Bulk Generations as a Service + title: Batch Generations as a Service version: 0.0.1 components: schemas: @@ -31,7 +31,7 @@ components: additionalProperties: true description: User provided metadata paths: - /bulk_inference/submit_job: + /batch_inference/submit_job: post: summary: Submit a batch inference job description: Submit a batch inference job @@ -88,7 +88,7 @@ paths: '500': description: Internal server error - /bulk_inference/job_status: + /batch_inference/job_status: get: summary: Get the status of a submitted job description: Get the status of a submitted job