Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


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.