1,007 questions
0
votes
1
answer
44
views
Vertex AI `gcloud ai models list` returns "Listed 0 items" on a fully activated project
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 ...
-2
votes
0
answers
108
views
Adding GPU does not speed up my Custom Jobs
I'm trying to build model detection and want to use YOLOv8 as pre-train, the total images are around 750 images. The reference I replicated was from here.
I've tried CPU Machine n1-standard-4 with 2 ...
0
votes
0
answers
58
views
Error when running sub agents in cloud run
I have an ADK solution that uses a routing agent which has functions as tools, agents as tools, and sub agents to pass the user onto. All agents work as they should when running locally. When ...
0
votes
0
answers
50
views
How to set response modalities correctly in GenerationConfig.Builder
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 ...
-1
votes
0
answers
74
views
Vertex Agent Engine Error: Cannot access through REST (using Postman)
Deployed an agent on vertex agent engine successfully. Class methods such as create_session works fine, however, query and stream_query do not.
The following is my curl command (used the same in ...
0
votes
0
answers
67
views
How can I display an agent's response as a UI [rendered HTML] in Google ADK?
I'm developing an agent using Google ADK.
During development, when I used the Google Search built-in tool [Ground with Google Search], I noticed a renderedContent field within the agent's response, ...
0
votes
1
answer
49
views
Dataset from generator in tensorflow error GetNextFromShard
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:
...
0
votes
0
answers
38
views
Limit custom job duration for vertex AI pipeline
For testing purposes I need to limit a custom job execution to a low value, 1-60 seconds. timeout parameter according to the documentation is:
timeout (int):
Optional.The maximum ...
0
votes
0
answers
61
views
Can't get a real response from Vertex AI on Cloud Run
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 ...
0
votes
1
answer
69
views
Vertex AI TEI Deployment Fails for Private Hugging Face Model - "Could not download model artifacts"
I'm trying to deploy a Hugging Face model to Vertex AI using the Text Embeddings Inference (TEI) workflow, but I'm getting consistent errors during deployment. This same deployment approach worked for ...
0
votes
0
answers
79
views
Hey can anyone please verify if i am doing something wrong or the vertex api is actually that slow
please check out the stuff below
ok so i locally tested both the api i am using with sample small data
here is the embedding api use and output
client = genai.Client()
start_time = time.time()...
1
vote
0
answers
141
views
Vertex AI Agent Deployment Fails with ModuleNotFoundError: No module named 'data_science'
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 ...
0
votes
0
answers
32
views
Solving Version Conflict using Apache beam with ml transforms library
I've been trying for a some time to got a beam pipeline to do data transformations for a fairly simple machine learning transformation, but apache beam and Tensorflow-transform won't play nicely ...
0
votes
0
answers
22
views
Vertex AI Batch Prediction Job Fails with "no valid instances found in input file" for AutoML Video Object Tracking
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 ...
3
votes
0
answers
419
views
How to access an uploaded video/article from google adk web using adk tool
I'm developing an application using ADK Web (specifically with InMemoryService for artifact and session management) and am encountering difficulties accessing video files uploaded by the user.
...