-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Components
Alexey Volkov edited this page Nov 8, 2018
·
4 revisions
Component consists of interface (inputs/outputs), implementation (e.g. Docker container image and command line arguments) and metadata (name, description).
Components can be instantiated inside the pipeline function to create tasks.
There are multiple ways to author components:
- Wrap an existing Docker container image using ContainerOp
- Create a Lightweight python component from a python function
- Build a new Docker container image from a python function.