google-cloud-vertex-ai Questions

2

I am using Google's Vertex AI SDK for Python to access the Gemini Pro model and generate content. I would like to set a timeout (e.g. 30 seconds) for the generate content call to complete or raise ...
Overlooker asked 11/3 at 16:10

3

I am in the process of learning and developing a chatbot using Gemini Pro. My previous experience includes extensive use of the GPT API, where I became familiar with a concept of "system promp...

3

Solved

I was trying to figure out key differences between using GCP Vertex AI feature store and Saving preprocessed features to BigQuery and loading whenever it gets necessary. I still cannot understand w...

1

I have built a model using Google Cloud Vertex AI and uploaded to Model Registry. I then try to create an Endpoint with it but I found that it is extremely slow - takes more than 30-40mins. And som...
Grogan asked 7/11, 2022 at 15:22

0

Title: 403 Permission Denied Error When Accessing Google AI Platform Model Body: I'm encountering a "403 Permission Denied" error when trying to predict with a model hosted on Google's AI...
Arrowy asked 17/3 at 20:21

1

Solved

I'm in the process of developing a chatbot application and I'm exploring options for integrating Gemini, a large language model (LLM). I'm considering whether to utilize Vertex AI (@google-cloud/ve...

1

Solved

I have this piece of code: public static String simpleQuestion(String projectId, String location, String modelName) throws Exception { // Initialize client that will be used to send requests. // ...
Outbreak asked 26/12, 2023 at 11:43

6

Solved

While the artifact repository was successfully creating, running a docker push to push the image to the google artifact registry fails with a permissions error even after granting all artifact perm...

0

Is there a tiktoken-equivalent either within vertexai or google.cloud.aiplatform for pretrained chat and text models such as bison? I want to be able to count tokens before sending a request so tha...
Joacima asked 5/9, 2023 at 23:8

3

from a c# program i want to call my vertex ai endpoint for prediction with an api key (via "Google Cloud"/Credentials/API Keys" )). I gave the api key access to Vertex AI and as a te...
Crispa asked 24/6, 2022 at 15:38

9

Solved

My pipelines and schedulers were running smoothly without any problems. After I went out to lunch, I changed the number of epochs a Neural Network would run, save the .yaml file again and leave it ...

3

I am trying to call Google's Vertex AI API via REST to something like: https://us-central1-aiplatform.googleapis.com/v1/projects/... I am having trouble with figuring out where to get the "acc...

3

I was exploring kubeflow pipelines and Vertex AI pipelines. From what I understand, Vertex AI pipelines is a managed version of kubeflow pipelines so one doesn't need to deploy a full fledged kubef...

4

I am working in notebooks provided in the Workbench section of Vertex AI. I need an updated version of Python, but I only have access to Python 3.7 in these notebooks. I have successfully followed ...
Poppycock asked 30/12, 2021 at 18:8

3

Solved

I've just deployed an ML model on Google vertex AI, it can make predictions using vertex AI web interface. But is it possible to send a request from a browser, for example, to this deployed model. ...
Willyt asked 9/9, 2021 at 12:6

4

Notebooks in the Google Cloud Platform has been great for Python development in the cloud, but the last missing piece is just running existing notebooks on a schedule. There's a million different t...
Overreact asked 29/7, 2021 at 2:25

0

I am new to VertexAI. I am trying out its AutoML feature for a single label image classification problem. I followed all recommended steps to upload my images (Jpegs with resolution 720 x 1024) and...
Salinometer asked 7/11, 2022 at 18:27

2

Solved

I am new to google cloud service VERTEX AI. I am looking to Create, train, and deploy an AutoML text classification model through .Net application. I did not find anything for .Net with Vertex AI. ...

1

I'm developing a complex pipeline in Vertex AI using Pipelines and components. I would like to import some custom modules and functions I developed for this use case. Unfortunately, I cannot figure...
Maharajah asked 14/8, 2022 at 13:4

2

Solved

I have a Vertex AI model deployed on an endpoint and want to do some prediction from my app in Golang. To do this I create code inspired by this example : https://cloud.google.com/go/docs/reference...
Bobbyebobbysocks asked 5/5, 2022 at 6:20

1

I'm trying to save budget on jupyter notebooks on Google Cloud but couldn't find a way to run Vertex AI Workbench (Notebooks) on spot machines. What are my alternatives?

1

Solved

I'm struggling to correctly set Vertex AI pipeline which does the following: read data from API and store to GCS and as as input for batch prediction. get an existing model (Video classification o...
Rightwards asked 14/12, 2021 at 23:42

2

Solved

I am unclear abut Vertex AI pricing for model predictions. In the documentation, under the heading More about automatic scaling of prediction nodes one of the points mentioned is: "If you cho...

1

I have created a custom container for prediction and successfully uploaded the model to Vertex AI. I was also able to deploy the model to an endpoint and successfully request predictions from the e...

1

I have packaged my training code as a python package and then am able to run it as a custom training job on Vertex AI. Now, I wanted to be able to schedule this job to run, say every 2 weeks, and r...

© 2022 - 2024 — McMap. All rights reserved.