def get_service()

in scripts/internal/update_example_tables.py [0:0]


def get_service(path):
    if "gke" in path:
        return "GKE"
    elif "vertex-ai" in path:
        return "Vertex AI"
    elif "cloud-run" in path:
        return "Cloud Run"
    return None