scoring job

This commit is contained in:
Xi Yan 2025-03-12 01:18:58 -07:00
parent ddcbf5e8d5
commit deb24f5abe
2 changed files with 4 additions and 4 deletions

View file

@ -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: