Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Adding Custom Label for Vertex Pipeline from UI

Hello Google Cloud Community, 

I'm working on managing pipelines cost in Vertex AI and I'm trying to figure out how to set labels for my pipelines directly from the UI when submitting a job. The only workaround I can see is to manually enter the label as mentioned under : https://github.com/googleapis/python-aiplatform/issues/2929 . In my use case the pipeline trigger cannot happen locally so all the team mates need to import the Vertex Pipeline Template and then initiate the trigger but while doing that I dont see any way to set custom label. 

Is there any way I could add a custom label : {"costcenter": "xyz"} in my compiled yaml/json template file and this already gets used when its imported from Registry client .

 I've checked the documentation, but I couldn't find clear instructions on this specific topic.

Thank you in advance for any assistance!

2 REPLIES 2

Looking at the documentation it appears to be not yet available within the console, it seems to be a convenient feature to have when using project's console. I would suggest to create a feature request for this as it may gain traction from other users. : 

Thanks for your update, I have submitted this issue under https://issuetracker.google.com/issues/332947924 , hope it gets attention and could be added in future in Vertex AI UI