pipelines/components/google-cloud
Connor McCarthy db1e0e213c docs(components): update endpoint components documentation
PiperOrigin-RevId: 540354037
2023-06-14 12:54:33 -07:00
..
docs docs(components): enable GCPC docs generation for pipelines 2023-06-13 20:03:54 -07:00
google_cloud_pipeline_components docs(components): update endpoint components documentation 2023-06-14 12:54:33 -07:00
LICENSE components: flattening the components/google-cloud/ sdk structure (#5428) 2021-04-05 11:45:00 -07:00
OWNERS chore(components): remove connor-mccarthy from GCPC owners (#8929) 2023-03-03 14:33:40 -08:00
README.md docs(components): link to PyPI in GCPC docs homepage 2023-05-30 11:57:13 -07:00
RELEASE.md chore(components): GCPC v2.0.0b5 release 2023-06-13 11:46:12 -07:00
google_cloud_pipeline_components.gwsq chore(components): internal 2023-06-06 09:44:58 -07:00
setup.cfg components: flattening the components/google-cloud/ sdk structure (#5428) 2021-04-05 11:45:00 -07:00
setup.py chore(components): surface release notes and other GCPC project links on PyPI 2023-05-08 16:54:32 -07:00
tox.ini chore(components/google-cloud): Remove Flake8 rules from github presubmit. 2021-10-19 09:07:06 -07:00

README.md

Google Cloud Pipeline Components

Python PyPI

Google Cloud Pipeline Components (GCPC) provides predefined KFP components that can be run on Google Cloud Vertex AI Pipelines and other KFP-conformant pipeline execution backends. You can compose the components together into pipelines using the Kubeflow Pipelines SDK.

Documentation

User documentation

Please see the Google Cloud Pipeline Components user guide.

API documentation

Please see the Google Cloud Pipeline Components API reference documentation.

Release details

For details about previous and upcoming releases, please see the release notes.

Examples

Installation

Requirements

Install latest release

Use the following command to install Google Cloud Pipeline Components from PyPI.

pip install -U google-cloud-pipeline-components