From deb24f5abe3f6d2cecf29325cc0621386ac2472c Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 12 Mar 2025 01:18:58 -0700 Subject: [PATCH] scoring job --- docs/_static/llama-stack-spec.html | 4 ++-- docs/_static/llama-stack-spec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index a472df96b..1ef5effef 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -9938,7 +9938,7 @@ "ScoreRowsRequest": { "type": "object", "properties": { - "input_rows": { + "dataset_rows": { "type": "array", "items": { "type": "object", @@ -9977,7 +9977,7 @@ }, "additionalProperties": false, "required": [ - "input_rows", + "dataset_rows", "scoring_functions" ], "title": "ScoreRowsRequest" diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 39336c4e4..7f5b96051 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -6767,7 +6767,7 @@ components: ScoreRowsRequest: type: object properties: - input_rows: + dataset_rows: type: array items: type: object @@ -6788,7 +6788,7 @@ components: The scoring functions to use for the scoring. additionalProperties: false required: - - input_rows + - dataset_rows - scoring_functions title: ScoreRowsRequest ScoreResponse: