Skip to main content

Class: ScorerSettings

Defined in: src/entities/scorers.ts Service class for run scorer settings.

Constructors

Constructor

new ScorerSettings(): ScorerSettings;

Returns

ScorerSettings

Methods

create()

create(options: object): Promise<void>;
Defined in: src/entities/scorers.ts Creates run scorer settings.

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.