mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
add 204s
This commit is contained in:
parent
e3e8272bbe
commit
277bec9c9a
7 changed files with 112 additions and 210 deletions
21
docs/static/experimental-llama-stack-spec.yaml
vendored
21
docs/static/experimental-llama-stack-spec.yaml
vendored
|
|
@ -16,11 +16,6 @@ paths:
|
|||
/v1beta/datasetio/append-rows/{dataset_id}:
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -33,6 +28,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Datasetio
|
||||
summary: Append Rows
|
||||
|
|
@ -346,11 +343,6 @@ paths:
|
|||
description: 'Path parameter: job_id'
|
||||
delete:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -363,6 +355,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Eval
|
||||
summary: Job Cancel
|
||||
|
|
@ -488,11 +482,6 @@ paths:
|
|||
/v1alpha/post-training/job/cancel:
|
||||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
@ -505,6 +494,8 @@ paths:
|
|||
default:
|
||||
description: Default Response
|
||||
$ref: '#/components/responses/DefaultError'
|
||||
'204':
|
||||
description: Successful Response
|
||||
tags:
|
||||
- Post Training
|
||||
summary: Cancel Training Job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue