Newest questions tagged python - Stack Overflow
GCP Agent Platform pipelines ModelGetOp issue
I am trying to upload a trained model that is already in the Model Registry into GCP Agent pipeline. The pipeline is simple: @kfp.dsl.pipeline( name=DISPLAY_NAME, pipeline_root=BUCKET_URI, ) def pipeline(PROJ
View original source