Example Code to build a custom Python package, upload it to a private repository in Google Artifact Registry, and then import those packages within Vertex Pipeline components.
REGION: GCP RegionPROJECT_ID: GCP Project IDGCS_BUCKET: GCS Bucket URI for Vertex Pipelines artifacts (e.g.gs://my-bucket)PIPELINE_ROOT_PREFIX: A prefix in GCS_BUCKET where pipeline artifacts will be stored (e.g. pipelines/gar-python-pipeline)PIPELINE_DISPLAY_NAME: The display name for the Vertex PipelinePYTHON_REPO_NAME: Name for the Artifact Registry Python repositoryPYTHON_PACKAGE_NAME: Name of the package that will be used in the Vertex PipelineIMAGE_REPO_NAME: Name for the Artifact Registry Docker repository to store the base image for Vertex componentsIMAGE_NAME: Name of the base image for authenticating with Google Artifact Registry