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

# createRunScorerSettings

***

# Function: createRunScorerSettings()

```ts theme={null}
function createRunScorerSettings(params: object): Promise<void>;
```

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

Creates run scorer settings for an experiment.

## Parameters

### params

The parameters for creating run scorer settings.

#### experimentId

`string`

The experiment ID.

#### projectId?

`string`

(Optional) The project ID.

#### projectName?

`string`

(Optional) The project name.

#### scorers

[`ScorerConfig`](/sdk-api/typescript/reference/types/type-aliases/ScorerConfig)\[]

The list of scorer configurations.

## Returns

`Promise`\<`void`>

A promise that resolves when the settings are created.
