forked from phoenix-oss/llama-stack-mirror
source
This commit is contained in:
parent
790b2d5cc0
commit
09039eca57
2 changed files with 4 additions and 4 deletions
4
docs/_static/llama-stack-spec.html
vendored
4
docs/_static/llama-stack-spec.html
vendored
|
@ -6855,7 +6855,7 @@
|
||||||
"title": "DatasetPurpose",
|
"title": "DatasetPurpose",
|
||||||
"description": "Purpose of the dataset. Each type has a different column format."
|
"description": "Purpose of the dataset. Each type has a different column format."
|
||||||
},
|
},
|
||||||
"data_source": {
|
"source": {
|
||||||
"$ref": "#/components/schemas/DataSource"
|
"$ref": "#/components/schemas/DataSource"
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
@ -6891,7 +6891,7 @@
|
||||||
"provider_id",
|
"provider_id",
|
||||||
"type",
|
"type",
|
||||||
"purpose",
|
"purpose",
|
||||||
"data_source",
|
"source",
|
||||||
"metadata"
|
"metadata"
|
||||||
],
|
],
|
||||||
"title": "Dataset"
|
"title": "Dataset"
|
||||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -4746,7 +4746,7 @@ components:
|
||||||
title: DatasetPurpose
|
title: DatasetPurpose
|
||||||
description: >-
|
description: >-
|
||||||
Purpose of the dataset. Each type has a different column format.
|
Purpose of the dataset. Each type has a different column format.
|
||||||
data_source:
|
source:
|
||||||
$ref: '#/components/schemas/DataSource'
|
$ref: '#/components/schemas/DataSource'
|
||||||
metadata:
|
metadata:
|
||||||
type: object
|
type: object
|
||||||
|
@ -4765,7 +4765,7 @@ components:
|
||||||
- provider_id
|
- provider_id
|
||||||
- type
|
- type
|
||||||
- purpose
|
- purpose
|
||||||
- data_source
|
- source
|
||||||
- metadata
|
- metadata
|
||||||
title: Dataset
|
title: Dataset
|
||||||
HuggingfaceDataSource:
|
HuggingfaceDataSource:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue