Class: ScorerSettings
Defined in: src/entities/scorers.ts Service class for run scorer settings.Constructors
Constructor
Returns
ScorerSettings
Methods
create()
Parameters
options
The run scorer settings options.projectId
string
The unique identifier of the project.
runId
string
The unique identifier of the run or experiment.
scorers
ScorerConfig[]
The array of scorer configurations.
Returns
Promise<void>
A promise that resolves when the settings are created.