in python/pipelines/components/vertex/component.py [0:0]
def elect_best_tabular_model(
project: str,
location: str,
display_name: str,
metric_name: str,
metric_threshold: float,
number_of_models_considered: int,
metrics_logger: Output[Metrics],
classification_metrics_logger: Output[ClassificationMetrics],
elected_model: Output[VertexModel]