Skip to main content
POST
Validate Llm Scorer Dataset

Authorizations

Galileo-API-Key
string
header
required

Body

application/json

Request to validate a new LLM scorer against a dataset.

query
string
required
response
string
required
chain_poll_template
ChainPollTemplate · object
required

Template for a chainpoll metric prompt, containing all the info necessary to send a chainpoll prompt.

scorer_configuration
GeneratedScorerConfiguration · object
required
user_prompt
string
required
dataset_id
string<uuid4>
required
normalized_input
(TextContentPart · object | FileContentPart · object)[] | null

Optional multimodal content parts. When set, replaces the text-only query/response formatting in the validation job so that file content is passed through to the LLM.

A text segment within a message.

dataset_version_index
integer | null
limit
integer
default:100

Maximum number of dataset rows to process.

starting_token
integer | null

Pagination offset into dataset rows.

sort
Sort · object | null

Optional sort configuration for dataset rows.

Response

Successful Response

metrics_experiment_id
string<uuid4>
required
project_id
string<uuid4>
required