Vertex AI model serving - gRPC access - code pointers / samples

Viewed 36

We have created an endpoint in Vertex AI. We have got the client library route working. However, we also want to figure out the gRPC route since that is closest to the gRPC route we had with self managed TF-Serving. Can someone provide a code pointer for Vertex AI model serving using gRPC (preferably in Python)?

1 Answers
Related