Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Problem you have encountered: : The customer is using the Python SDK via a Cloud Run Job that runs on a daily/adhoc basis that checks and sets labels on Endpoints based on some custom internal logic. The customer needs to either set and/or remove a specific label. They can set the value to an empty string, but this is not optimal and they can manually delete the label via the UI/Console.
What you expected to happen: The customer expected to be able to completely remove specific labels from their Vertex AI endpoints using the Google Cloud Python SDK for Vertex AI. This would allow their Cloud Run Job to manage labels effectively based on their internal logic.
workarounds: The workaround is setting the label to empty string, which is what the customer is already doing. The UI does support deleting the label.