Skip to main content

update_scorer_settings

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: A RunScorerSettingsResponse object containing the updated settings.