CreateNewEvaluationRequestSchema
allboolean
When true, evaluates against all available training logs regardless of other filters.
custom_logs_filenamestring
Filename of a custom uploaded logs file to use as the evaluation dataset.
dataset_idinteger
ID of a specific dataset to use for evaluation.
dataset_uuidstring
UUID of a specific dataset to use for evaluation.
from_datestring
Start of the date range for filtering training logs. ISO 8601 date string.
namestring
Unique name for the custom evaluation definition.
Example:
example-evalpromptstring
Natural-language prompt that instructs the judge model how to compare two responses. Example: 'Given the following question, which response is more accurate and concise?'.
Example:
Given the following question, answer accurately and concisely.save_logs_with_tagsstring[]
Only include training logs that have all of these tags.
tagsstring[]
Tags to filter the training log set used for evaluation.
to_datestring
End of the date range for filtering training logs. ISO 8601 date string.
CreateNewEvaluationRequestSchema
{
"name": "example-eval",
"prompt": "Given the following question, answer accurately and concisely."
}
Was this page helpful?