Google Cloud Pipeline Components¶
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¶
Train a classification model using tabular data and Vertex AI AutoML.
Train a linear regression model using tabular data and Vertex AI AutoML.
Use the Google Cloud pipeline components to upload and deploy a model.
Installation¶
Requirements¶
Install latest release¶
Use the following command to install Google Cloud Pipeline Components from PyPI.
pip install -U google-cloud-pipeline-components