create_metric_configs
project_id(str): The ID of the projectrun_id(str): The ID of the run (can be experiment ID or log stream ID)metrics(builtins.list[Union[GalileoScorers, Metric, LocalMetricConfig, str]]): List of metrics to configure
ValueError: If any specified metrics are unknown or don’t exist in Galileo
tuple[builtins.list[ScorerConfig], builtins.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