mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
scoring job
This commit is contained in:
parent
ddcbf5e8d5
commit
deb24f5abe
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
|
@ -9938,7 +9938,7 @@
|
||||||
"ScoreRowsRequest": {
|
"ScoreRowsRequest": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"input_rows": {
|
"dataset_rows": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -9977,7 +9977,7 @@
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [
|
"required": [
|
||||||
"input_rows",
|
"dataset_rows",
|
||||||
"scoring_functions"
|
"scoring_functions"
|
||||||
],
|
],
|
||||||
"title": "ScoreRowsRequest"
|
"title": "ScoreRowsRequest"
|
||||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -6767,7 +6767,7 @@ components:
|
||||||
ScoreRowsRequest:
|
ScoreRowsRequest:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
input_rows:
|
dataset_rows:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
|
@ -6788,7 +6788,7 @@ components:
|
||||||
The scoring functions to use for the scoring.
|
The scoring functions to use for the scoring.
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
required:
|
required:
|
||||||
- input_rows
|
- dataset_rows
|
||||||
- scoring_functions
|
- scoring_functions
|
||||||
title: ScoreRowsRequest
|
title: ScoreRowsRequest
|
||||||
ScoreResponse:
|
ScoreResponse:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue