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

# runs

## update\_scorer\_settings

```python theme={null}
def update_scorer_settings(project_id: str,
                           run_id: str,
                           scorers: list[ScorerConfig],
                           segment_filters: Optional[list[SegmentFilter]]=None) -> RunScorerSettingsResponse
```

Updates the scorer settings for a specific run.

**Arguments**

* `project_id`: The unique identifier of the project.
* `run_id`: The unique identifier of the run.
* `scorers`: A list of scorer configurations to apply to the run.
* `segment_filters`: A list of segment filters to apply to the run.

**Returns**

* `RunScorerSettingsResponse`: A RunScorerSettingsResponse object containing the updated settings.
