I have successfully created an endpoint on Unified Cloud AI Platform and have deployed two Models to it - Model B and Model C with 20% and 80% of the traffic respectively. I had a third Model - Model A that I had deployed earlier and which now gets 0% traffic.
Now, on the Cloud Console (the UI) I get an option to Undeploy this Model A and I can successfully do so. However I am unable to figure out how to do this using the Python Client API.
The documentation provided over here is inadequate to understand how we could do this. Any help will be appreciated.