mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +00:00
openapi
This commit is contained in:
parent
5fe3ddb27d
commit
b11c38ea55
2 changed files with 8 additions and 8 deletions
8
docs/_static/llama-stack-spec.html
vendored
8
docs/_static/llama-stack-spec.html
vendored
|
@ -755,8 +755,8 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "eval_task_id",
|
"name": "task_id",
|
||||||
"in": "query",
|
"in": "path",
|
||||||
"required": true,
|
"required": true,
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -7226,7 +7226,7 @@
|
||||||
"RegisterEvalTaskRequest": {
|
"RegisterEvalTaskRequest": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"eval_task_id": {
|
"task_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"dataset_id": {
|
"dataset_id": {
|
||||||
|
@ -7272,7 +7272,7 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
"required": [
|
||||||
"eval_task_id",
|
"task_id",
|
||||||
"dataset_id",
|
"dataset_id",
|
||||||
"scoring_functions"
|
"scoring_functions"
|
||||||
]
|
]
|
||||||
|
|
8
docs/_static/llama-stack-spec.yaml
vendored
8
docs/_static/llama-stack-spec.yaml
vendored
|
@ -455,8 +455,8 @@ paths:
|
||||||
- EvalTasks
|
- EvalTasks
|
||||||
description: ''
|
description: ''
|
||||||
parameters:
|
parameters:
|
||||||
- name: eval_task_id
|
- name: task_id
|
||||||
in: query
|
in: path
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
@ -4599,7 +4599,7 @@ components:
|
||||||
RegisterEvalTaskRequest:
|
RegisterEvalTaskRequest:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
eval_task_id:
|
task_id:
|
||||||
type: string
|
type: string
|
||||||
dataset_id:
|
dataset_id:
|
||||||
type: string
|
type: string
|
||||||
|
@ -4623,7 +4623,7 @@ components:
|
||||||
- type: object
|
- type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
- eval_task_id
|
- task_id
|
||||||
- dataset_id
|
- dataset_id
|
||||||
- scoring_functions
|
- scoring_functions
|
||||||
RegisterModelRequest:
|
RegisterModelRequest:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue