> ## 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.

# ScorerSettings

***

# Class: ScorerSettings

Defined in: [src/entities/scorers.ts](https://github.com/rungalileo/galileo-js/blob/main/src/entities/scorers.ts)

Service class for run scorer settings.

## Constructors

### Constructor

```ts theme={null}
new ScorerSettings(): ScorerSettings;
```

#### Returns

`ScorerSettings`

## Methods

### create()

```ts theme={null}
create(options: object): Promise<void>;
```

Defined in: [src/entities/scorers.ts](https://github.com/rungalileo/galileo-js/blob/main/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`](/sdk-api/typescript/reference/types/type-aliases/ScorerConfig)\[]

The array of scorer configurations.

#### Returns

`Promise`\<`void`>

A promise that resolves when the settings are created.
