Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
50 views

When sending a prompt with a schema/json schema, I'd like to ensure that some values would be always present with a default if they are not mentioned in the prompt. Both Gemini API and Vertex API ...
solisoares's user avatar
0 votes
1 answer
306 views

I am currently have a tool that uses Gemini-2.5-flash-image to generate images. However, I am only getting 1 image to be generated. I want the model to create multiple images for example 3 images at ...
Coder1934's user avatar
0 votes
1 answer
60 views

I'm trying to connect a BigQuery table containing property listings (originally from an Excel/CSV file) to a Vertex AI Agent Builder / Dialogflow CX agent using a Structured Data Store. My goal is to ...
John Liko's user avatar
0 votes
1 answer
85 views

I am facing a critical authentication issue where a newly generated Google AI Studio API key consistently fails with a 400 API_KEY_INVALID error, both from Google Apps Script and a standard Node.js ...
Ângelo Fernando Cruz's user avatar
0 votes
1 answer
118 views

I would like to integrate GCP Vertex AI application widget into my web application. Until now, I have done the following steps: I created an AI application. I headed to the "Integration" ...
Aleks Vujic's user avatar
  • 2,329
0 votes
1 answer
179 views

I deployed an adk agent to agent engine and I'm trying to send multimodal queries to it. I need to send text, image and voice to the agent but nothing makes it work. The documentation is awful and ...
Victor's user avatar
  • 445
0 votes
0 answers
59 views

Training failed to run For the first time, I got an error in the training pipeline, and I cleared it. When I tried for the second time, it gave the error attached as a PNG. What could be the reason, ...
Sugan S's user avatar
0 votes
0 answers
43 views

I am trying to start a new machine learning training process on VertexAI. I am following a guide using a Colab Notebook to create the training file and start running the training. However, when ...
Pierre-Loïc de Schaetzen's user avatar
0 votes
1 answer
171 views

I'm consistently receiving a 404 NOT_FOUND error when trying to call the gemini-1.0-pro model in the us-central1 region. { "error": { "code": 404, "message": "...
johnj9070's user avatar
-1 votes
1 answer
153 views

Problem Description: I am experiencing an access issue with my Google AI Studio account. I cannot access the chat editor feature or my project history. The buttons for these functionalities are ...
Gustavo Almeida's user avatar
0 votes
1 answer
151 views

I currently have code that uses the Google Gemini developer API to build a request and send that request to a gemini-2.5-flash model. The request includes a video with metadata specifying a Frames Per ...
redtomato's user avatar
  • 102
0 votes
1 answer
395 views

I am trying to access Gemini models via the Vertex AI API but am unable to see any publisher models in my project. Project ID: virio-462215 The Core Problem: When I run the command gcloud ai models ...
Ed Landau's user avatar
  • 1,028
0 votes
0 answers
215 views

Querying gemini-2.0-flash-preview-image-generation API requires specifying both TEXT and IMAGE as a response modality via GenerationConfig.Builder, but I see no documentation as to how to do so using ...
Rio's user avatar
  • 15k
0 votes
1 answer
73 views

I have a train step for a Vertex AI pipeline that uses a template code for setting up distributed training. When fitting any model I get a message in the first epoch indicating the following message: ...
alberto sansegundo's user avatar
0 votes
0 answers
131 views

I'm new to Vertex AI/hosting things on Cloud Run. I went to Prompt management, created a prompt, and clicked Build with code. Now my prompt is hosted on Google run in a Gradio app. When I go to the ...
chladnefazole's user avatar
1 vote
0 answers
514 views

Context I'm trying to deploy a custom multi-agent app on Vertex AI Reasoning Engine (using Google ADK / Agent Builder). I'm using a .whl file that includes my entire custom agent code, organized under ...
cryptickey's user avatar
0 votes
0 answers
62 views

I am encountering a persistent and frustrating issue while trying to perform a batch prediction job on a Google Vertex AI AutoML Video Object Tracking model. My model is deployed in us-central1, and I ...
mtbtraks's user avatar
2 votes
1 answer
697 views

I'm using Vertex AI in an Angular project with Firebase. The latest 2.5 Flash model works. const model = getGenerativeModel(this.vertexAI, { model: "gemini-2.5-flash-preview-05-20" }); But ...
Marian07's user avatar
  • 2,630
0 votes
0 answers
57 views

So I am using Vertex AI Search with my custom UI and I want to record user actions like clicking (thumbs up, thumbs down, or clicking on links returned in the search) and pass it to the model. I need ...
Deeven's user avatar
  • 433
0 votes
1 answer
174 views

How can I specify the output table schema for batch prediction jobs on Vertex AI (custom container)? Now it copies the columns from the input table and appends the prediction column even though the ...
nokiddn's user avatar
  • 261
1 vote
1 answer
245 views

I need help with getting batch predictions for Gemini using Google Cloud API I'm trying to run a batch prediction using the Gemini model via the Google Cloud API (following this official doc - https://...
George Atoyan's user avatar
0 votes
1 answer
213 views

I'm using the Google Vertex AI search to index all our websites. The index type is advanced website indexing. I want to filter my search to only return .pdf file only. According to the documentation ...
mana's user avatar
  • 1,279
1 vote
0 answers
64 views

I'm using Vertex AI Pipelines and scheduling runs via the Python SDK using a cron expression, for example: pipeline_job_schedule = aiplatform.PipelineJobSchedule(...) pipeline_job_schedule.create( ...
Matthias's user avatar
0 votes
0 answers
241 views

Problem Statement: I fine-tuned a google's gemini flash 2.0 model via GCP Vertex AI. But I am unable to invoke the endpoint of that fine-tuned model trained on my own data in the below agent.py. I ...
Seth's user avatar
  • 653
0 votes
1 answer
472 views

I have created a simple playbook in Conversational agent. The instruction in the playbook is to connect to tool to search for products. The tool is configured with OpenAPI schema that points to Cloud ...
dcu's user avatar
  • 369

1
2 3 4 5
21