pipelines/components
Chen Sun d6c864f038 chore(components): Update OS packages in GCPC container image
Signed-off-by: Chen Sun <chesu@google.com>
PiperOrigin-RevId: 758746089
2025-05-14 10:43:21 -07:00
..
PyTorch chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
aws chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
contrib chore: Address CVEs (#11514) 2025-01-15 17:41:13 +00:00
google-cloud chore(components): Update OS packages in GCPC container image 2025-05-14 10:43:21 -07:00
kserve chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
kubeflow/pytorch-launcher chore: Updating Pytorch-Launcher component to work with pipelines v2 (#11273) 2024-11-12 22:44:17 +00:00
snowflake feat(component): Created Snowflake data unload component (#11349) 2024-12-02 22:15:58 +00:00
OWNERS chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
README.md chore(components): clean up component directory (#7183) 2022-01-21 11:33:11 -08:00
build_image.sh fix: give components/build_image.sh execution permission (#7222) 2022-01-28 12:08:36 +00:00
test_load_all_components.sh fix(sdk): fix nested placeholders and block illegal IfPresent form in Concat (#8414) 2022-11-04 18:20:16 +00:00

README.md

Components for Kubeflow Pipelines

Kubeflow Pipelines system orchestrates pipeline graphs of containerized command-line programs. Components are the building blocks of pipelines. Component definition files describe component interface (inputs and outputs) and implementation (how to call the containerized program). Users can load components with KFP SDK, instantiate the components and compose them in a pipeline graph.