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.
Please see the Google Cloud Pipeline Components user guide.
Please see the Google Cloud Pipeline Components API reference documentation.
For details about previous and upcoming releases, please see the release notes.
- Train an image classification model using Vertex AI AutoML.
- Train a classification model using tabular data and Vertex AI AutoML.
- Train a linear regression model using tabular data and Vertex AI AutoML.
- Train a text classification model using Vertex AI AutoML.
- Use the Google Cloud pipeline components to upload and deploy a model.
Use the following command to install Google Cloud Pipeline Components from PyPI.
pip install -U google-cloud-pipeline-components