993
questions
0
votes
0
answers
15
views
DataprocPySparkBatchOp - Pass component's output to runtime_config_properties as dictionary
I am creating a Dataproc batch job from VertexAI pipeline.
get_stores_and_discount_data = (DataprocPySparkBatchOp(
project=PROJECT_ID,
location=REGION,
batch_id=f"dataproc-job-{...
0
votes
1
answer
27
views
Unable to Use Claude 3.5 Sonet Model on Vertex AI - Error 400: Project Not Allowed
I’m trying to call the Claude 3.5 Sonet model via Vertex AI in Python, but I’m encountering the following error:
anthropic.BadRequestError: Error code: 400 - {'error': {'code': 400, 'message': '...
0
votes
0
answers
16
views
Vertex AI: Automl-tabular template keeps giving me an error
I am trying to use Google's AutoML product (VertexAI) to build a machine learning model.
I successfully uploaded my data set - see image below.
However, when I try to create a pipeline run using the ...
0
votes
1
answer
17
views
Can I use Vertex Prompt optimiser with Gemini with grounding
I want to try and optimise my prompts when using Gemini with grounding using Vertex prompt optimiser. Is it possible to use both of them together?
It seems to me like the answer is no given that the ...
0
votes
1
answer
38
views
How to use Google Search Grounding with Dynamic Retrieval Configuration
I'm trying to use Google Search for grounding in Vertex AI with dynamic retrieval configuration, but I'm encountering issues with the Tool.from_google_search_retrieval method.
from vertexai....
0
votes
1
answer
22
views
Issue with timestamps in BigQuery when importing to Vertex AI Retail
I am trying to import my product data into the catalogue of Vertex AI. I have tried to follow the schema given here. It says the publishTime should be in the Timestamp format (e.g.
"2014-10-02T15:...
0
votes
0
answers
67
views
SSH Connection to a Vertex AI Instance
SSH Connection to a Vertex AI Instance
Hello,
I’m trying to make an SSH connection to an instance I created in Vertex AI from my local machine (macOS).
On my local machine, I created a .pub file using ...
0
votes
1
answer
27
views
Timestamp issue while creating the model using pipeline in Vertex AI
I am currently utilizing the XGBoost classifier within a pipeline that includes normalization and the XGBoost model itself. The model has been successfully developed in the Notebook environment.
The ...
0
votes
0
answers
48
views
How can I fix the error using Java, Spring, Gemini AI, Google Cloud Vertex AI: Your default credentials were not found?
I have created a small test project using Java and Spring Boot to integrate with Google Gemini AI.
For this I added dependency to google-cloud-vertexai library to my pom.xml:
<...
1
vote
0
answers
25
views
InvalidArgument: 400 Invalid Metrics format
I was trying to add evolution to a existing model in GCP but I am getting this error:
InvalidArgument: 400 Invalid Metrics format.
from google.cloud.aiplatform import gapic
from google.cloud import ...
0
votes
1
answer
29
views
Vertex ai takes 19s when executed from nodejs
I'm experimenting with Vertex AI, and while it works perfectly (responding in under 3 seconds) when I run it from Vertex AI Studio, the same code takes 19 seconds or more when executed with Node.js. ...
0
votes
1
answer
234
views
Receiving confusing 429 Resource Exhausted Error with Gemini Vertex AI
I am using Vertex Gemini via NodeJs running in a Cloud Run service for a chatbot application. I am sending multimodal requests (PDFs mostly) and requesting a streaming response. Intermittently, I am ...
0
votes
1
answer
51
views
How to Lock Sections of a Prompt Using placeholder_to_content in Vertex AI Prompt Optimizer?
I'm using Prompt Optimizer on Vertex AI, as outlined in the documentation and demonstrated in this example notebook.
The service optimizes prompt content based on its performance on a given dataset. I’...
0
votes
1
answer
19
views
How to include product reviews as part of vertext ai search for retail?
I have a working product catalog with Google vertex AI for retail.
However, through documentation thee is no mention on how to incorporate product reviews for text search. This is very important ...
0
votes
1
answer
36
views
Vertex AI on AWS EC2- Unable to reach Vertex AI from .NET 8 app. Works fine with .NET 4.8 app
I am trying to reach vertex ai using Google.Cloud.AIPlatform.V1 for a Predict response but I am getting the following error:
Grpc.Core.RpcException: Status(StatusCode="Unavailable", Detail=&...