pipelines/components
Googler 3dbf3cfb50 feat(components): Add CMEK support to `preview.llm.rlhf_pipeline`
PiperOrigin-RevId: 609832020
2024-02-23 14:06:47 -08: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 feat(components): Add CMEK support to `preview.llm.rlhf_pipeline` 2024-02-23 14:06:47 -08: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.