pipelines/components/google-cloud
Googler 3dbf3cfb50 feat(components): Add CMEK support to `preview.llm.rlhf_pipeline`
PiperOrigin-RevId: 609832020
2024-02-23 14:06:47 -08:00
..
docs chore(components): release GCPC SDK 2.10.0 2024-02-22 12:26:41 -08:00
google_cloud_pipeline_components feat(components): Add CMEK support to `preview.llm.rlhf_pipeline` 2024-02-23 14:06:47 -08:00
Dockerfile chore(components): release GCPC SDK 2.10.0 2024-02-22 12:26:41 -08:00
LICENSE test(components): INTERNAL 2023-12-14 15:54:17 -08:00
README.md docs(components): point GCPC README at v2 reference documentation 2023-07-17 12:19:21 -07:00
RELEASE.md feat(components): Add CMEK support to `preview.llm.rlhf_pipeline` 2024-02-23 14:06:47 -08:00
cloudbuild.yaml chore(components): Add public-image-gcpc-v2-scan tag for latest gcpc image 2023-09-12 16:08:03 -07:00
setup.py chore(components): bump highest support KFP SDK version in GCPC to KFP SDK 2.7.0 2024-02-20 10:05:03 -08: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