pipelines/components
ananth102 bf2389a66c
test: Upgrade kfp version in sagemaker component test (#8331)
* upgrade kfp

* update eksctl

* upgrade kfp

* downgrade cluster

* upgrade node count

* updated cert-manager
2022-10-06 00:05:50 +00:00
..
PyTorch chore(components/pytorch):kserve migration (#7615) 2022-07-08 08:55:52 +00:00
aws test: Upgrade kfp version in sagemaker component test (#8331) 2022-10-06 00:05:50 +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 feat(components): add namespace to pvc creation (#8147) 2022-08-18 16:45:07 +00:00
gcp fix(components): Pin pip version to fix apache-beam[gcp] installation issue (#8016) 2022-07-12 18:31:31 +00:00
google-cloud chore(components): Post release update for v1.0.24 2022-10-05 16:45:01 -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): Add a KServe component (#6881) 2021-12-25 05:31:43 +00:00
kubeflow fix(components): fix launch_crd.py to be compatible with kubernetes python SDK API. Fixes #7984 (#7985) 2022-07-13 07:37:02 +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 test: Skip loading yaml component with v1 graph syntax (#7871) 2022-06-14 20:31:34 +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.