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

# RegisteredScorer

***

# Interface: RegisteredScorer

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

## Properties

### metric\_name

```ts theme={null}
metric_name: string;
```

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

***

### registered\_scorer\_id

```ts theme={null}
registered_scorer_id: string;
```

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

***

### score\_type?

```ts theme={null}
optional score_type: string;
```

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

***

### scoreable\_node\_types?

```ts theme={null}
optional scoreable_node_types: string[];
```

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