pipelines/components
Connor McCarthy 14e9b7b461 chore(components): GCPC 2.12.0 Release
PiperOrigin-RevId: 619990671
2024-03-28 10:53:26 -07:00
..
PyTorch chore(components/pytorch):kserve migration (#7615) 2022-07-08 08:55:52 +00:00
aws test(components): Reduce sagemaker component test flakiness (#10225) 2024-02-14 19:29:10 +00:00
azure <feat>[components]: Add pipeline component to schedule spark jobs in Azure Synapse (#5070) 2021-02-25 19:05:15 -08:00
contrib chore(components): Move openvino components and samples to the right locations. (#9498) 2023-07-05 16:55:42 +00:00
google-cloud chore(components): GCPC 2.12.0 Release 2024-03-28 10:53:26 -07:00
great-expectations/validate chore(components): Fix typos in Great Expectations component (#5326) 2021-04-03 19:58:21 -07:00
ibm-components chore: Remove pip requirements from docker files (#5064) 2021-02-26 02:31:15 -08:00
kserve feat(components) Extend kserve component (#10136) 2023-10-23 22:06:06 +00:00
kubeflow chore: update kserve component owners (#8342) 2022-10-07 19:17:23 +00:00
local chore(release): bumped version to 1.8.0-alpha.0 2021-12-01 00:49:31 +00:00
OWNERS chore: update component owner file (#6239) 2021-08-05 08:43:18 -07: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.