Skip to content

Instantly share code, notes, and snippets.

View etheleon's full-sized avatar
🎯
Focusing

Wesley Goi etheleon

🎯
Focusing
View GitHub Profile
@etheleon
etheleon / kfp_components_readme.md
Last active February 25, 2022 07:46
Kubeflow Pipeline components

There's multiple ways to generate a kfp component:

  1. from python function
  2. from file/text

From file/text

You'll use component.load_component_from_<file|text> when you need to interface with a command line tool.