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.
create_metric_configs
- GalileoMetrics enum values (human-readable labels like “Correctness”)
- Metric objects with name and optional version
- UUID strings (scorer IDs for direct lookup)
- Plain strings (searched by label with name fallback)
- LocalMetricConfig objects (processed client-side)
project_id(str): The ID of the projectrun_id(Optional[str]): The ID of the run (can be experiment ID or log stream ID). When None, scorer registration is skipped (trigger=True flow).metrics(list): List of metrics to configure
ValueError: If any specified metrics are unknown or don’t exist in Galileo
tuple[list[ScorerConfig], list[LocalMetricConfig]]: A tuple containing:- List of ScorerConfig objects for server-side metrics configured in Galileo
- List of LocalMetricConfig objects for client-side metrics to process locally