ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
class Scorers(BaseClientModel)
def list( types: list[ScorerTypes] = None) -> Union[Unset, list[ScorerResponse]]
types
def get_scorer_version( scorer_id: UUID, version: int) -> Union[Unset, BaseScorerVersionResponse]
name
version
class ScorerSettings(BaseClientModel)
def create( project_id: str, run_id: str, scorers: list[ScorerConfig] ) -> Optional[Union[HTTPValidationError, RunScorerSettingsResponse]]
project_id
run_id
scorers
Was this page helpful?