ExperimentScorer
Properties
scorer_data_id
:string
judge_id
:string
judge_name
:string
name
:string
score_type
:string
num_value
:number
bool_value
:boolean
str_value
:string
score
:number
success
:number
reason
:string | null
evaluation_model
:string | null
threshold
:number
created_at
:string
error
:string | null
additional_metadata
:Record<string, unknown> | null
minimum_score_range
:number
maximum_score_range
:number
HostedEvaluatorRunner
Evaluation runner for hosted (server-side) scorers. Submits scorer names to the Judgment platform's evaluation queue and polls for results. Used internally by Evaluation.
BaseResponse
Base fields shared by all scorer response types. Custom judges return one of the concrete subtypes (`BinaryResponse`, `NumericResponse`, or `CategoricalResponse`) from their `score()` method.
Last updated on