Skip to main content
0 votes
0 answers
60 views

I'm trying to serve my custom container model in Vertex AI Endpoint. Im using Fast API and I need to load 5 models in my lifespan before executing the request. When I try to request my Endpoint it got ...
Krisna Gita's user avatar
1 vote
0 answers
55 views

I deployed a model on a GCP Vertex AI endpoint. This endpoint is consumable at the URL https://${VERTEXAI_URL}:predict. I need now to expose this API service on Apigee with the following URL syntax: ...
Maxime Oriol's user avatar
0 votes
1 answer
169 views

In a GCP project with Vertex AI endpoints already deployed, I want to know if the monitoring is enabled with the google-cloud-aiplatform library. How can I do it ? For more context, I ran following ...
Maxime Oriol's user avatar
0 votes
1 answer
73 views

Something very strange has just started happening. Our API on Google Cloud Endpoints won't startup. This happened just after trying to deploy to a new test environment. Now we can't deploy to the ...
Mike Dee's user avatar
  • 615
1 vote
2 answers
306 views

I have created a tuned model in Vertex AI and deployed it into an endpoint. I would like to use the tuned model in my Swift IOS application, but I don't know how. Are there any ways to call it using ...
Atom's user avatar
  • 11
0 votes
0 answers
95 views

I am trying to setup GCP endpoints which is internally target to K8s ingress service. My openapi.yaml swagger: "2.0" info: description: "A simple Google Cloud Endpoints API example.&...
pythonhmmm's user avatar
0 votes
1 answer
84 views

I have firestore DB in GCP. I was accessing the firestore DB via public route and the latency was around 300ms (280-300). I create a private service connect endpoint to reduce the latency and access ...
Amit Yadav's user avatar
0 votes
0 answers
243 views

So I am trying to figure out how to run GCP Cloud Endpoints locally. I have followed the instructions on the Github getting started with Cloud Endpoints located here: https://github.com/...
Joe Alvini's user avatar
0 votes
2 answers
2k views

I created a endpoint on Google Cloud Platform Vertex AI and I managed to consume it with Postman with the following authentication process: Connect to GCP Open a gcloud console and run gcloud auth ...
Maxime Oriol's user avatar
5 votes
0 answers
2k views

I deployed llama-2 13B and 70B in Vertex AI through Model Garden. Deployment was successful, but when I am hitting the endpoint through curl I keep on getting below error. Has anyone tried llama-2 in ...
Rishi Saraf's user avatar
  • 1,812
1 vote
0 answers
134 views

The exact URLs/endpoints/etc below have been anonymized. I have built a very simple web application with Svelte/Sveltekit as the frontend, and FastAPI as the backend. I am hosting each service on ...
fngarrett's user avatar
0 votes
1 answer
130 views

My project structure is roughly as follows: Frontend - built with Svelte, SvelteKit, and hosted on App Engine API - built with FastAPI, also hosted on App Engine (*1) Backend - proprietary code/...
fngarrett's user avatar
1 vote
0 answers
160 views

I have deployed a service in GCP cloud endpoint and in backend calling a GRPC service. In GRPC service I have taken a string type param in proto. When I get big string in response I receive error &...
Mayank Joshi's user avatar
0 votes
0 answers
372 views

I have a Custom Class that turns a Pandas Dataframe into a dataset consisting of a list of lists of 7-day periods with a batch size of 32. Giving some context, this is the code: def make_dataset(self, ...
filipe's user avatar
  • 525
0 votes
0 answers
415 views

After adding Google Storage to a Google Endpoints app written in Java, the web instances seem not to be able to start up anymore, when deployed to GAE. However, all works fine when run locally (mvn ...
Fabio C.'s user avatar
  • 1,310

15 30 50 per page
1
2 3 4 5
166