Category "google-ai-platform"

Can batch Prediction Vertex.ai do vectorization with custom container had multiple models?

I have a system for auto translating all text in document into English, so I have built a very complicated Docker container which have multiple models inside it

Run a Vertex AI two tower model locally

I have successfully trained a Two Tower model on Google Vertex AI as per the guide here. I now would like to download the model and try some inference locally o

Use google cloud aiplatform with golang

I have a vertex AI modele deployed on an endpoint and want to do some prediction from my app in golang. To do this I create code inspired by this exemple : http