pipelines/components
Googler 0dea8ba99b Add additional experiment flag in AutoML Tables related pipelines.
PiperOrigin-RevId: 444133567
2022-04-24 18:04:11 -07:00
..
PyTorch chore(components/pytorch): Upgrade PTL (#6902) 2022-01-12 07:09:11 +00:00
aws chore(deps): bump pyyaml from 3.12 to 5.4 in /components/aws/sagemaker (#6549) 2022-02-18 23:14:25 +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): clean up component directory (#7183) 2022-01-21 11:33:11 -08:00
gcp fix(components): fix gcp component build script (#7423) 2022-03-15 20:25:06 -07:00
google-cloud Add additional experiment flag in AutoML Tables related pipelines. 2022-04-24 18:04:11 -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 chore(release): bumped version to 1.8.0-alpha.0 2021-12-01 00:49:31 +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 chore(component): revert the build_image.sh file (#7198) 2022-01-24 17:56:49 +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.