Skip to main content

Questions tagged [google-cloud-ml]

Google Cloud ML Engine is a managed service that offers training and/or prediction services using Machine Learning models.

google-cloud-ml
0 votes
1 answer
393 views

How to Add new data to an existing Index in Vector Search vertex AI using python library

I am familiar with vectordbs like weaviate and pinecone, and trying to migrate my vectors to gcp. I have uploaded data to a bucket, created index with it and deployed an endpoint using python and ...
Below_Average's user avatar
0 votes
0 answers
81 views

Is there a solution to the error that WidgetConfig already exists when creating a website search in Vertex AI Search?

When creating an application to search a website in Vertex AI Search and Conversation, I get an error that WidgetConfig already exists and cannot create the application. The specific error message is ...
yuuishi's user avatar
1 vote
0 answers
912 views

google.api_core.exceptions.PermissionDenied: 403 Permission denied on resource project YOUR_PROJECT_ID. reason: "CONSUMER_INVALID"

I am trying to use the PredictionServiceClient from aiplatform package. But I am getting this error: google.api_core.exceptions.PermissionDenied: 403 Permission denied on resource project ...
Saikat Mukherjee's user avatar
3 votes
0 answers
102 views

Get indexed Vector in Vertex AI Vector Search

Simple question : How to get the ids of the indexed vectors in Vertex AI Vector Search ? I curretly keep all of this data in a separate table when I manually enrich the index. But at the end, this ...
Jordan Garzon's user avatar
1 vote
0 answers
64 views

Vertex AI training pipeline fails for unknown reasons

I tried to create a model using a dataset, image object detection, but it fails for an unknown reason. Number constraints such as number of labels, number of images, etc. Also, are there any ...
kakehi's user avatar
  • 11
0 votes
0 answers
14 views

Push button not able to trigger "event in dialgoflow cx"

I'm new to Dialogflow CX, and I'm currently working on creating a chatbot that will operate within Slack, integrated with Dialogflow CX. I've successfully integrated Slack with Dialogflow, and I can ...
parmesh munagala's user avatar
0 votes
1 answer
396 views

Google AutoML in VertexAI Forecasting took a long time for batch prediction and it drop error log

I created the model in AutoML(Google Cloud) with VertexAI Forecasting below the page. Then I performed batch prediction, it took about 25 minutes. The data for batch prediction is only 7 records in a ...
ggk-1's user avatar
  • 11
1 vote
1 answer
768 views

502/Timeout in vertex AI custom fastapi/uvicorn prediction container

I am receiving a 'Error: 14 UNAVAILABLE: 502:Bad Gateway' timeout when calling my custom container from both the node and python client for predictions in vertex AI. The vertex prediction endpoint ...
flip's user avatar
  • 11
1 vote
1 answer
1k views

Vertex AI Workbench not running under specified service account for schedule-based recurring executions

I have a Workbench notebook that uses service account. It works when directly running through Workbench. There are 2 ways to schedule an execution for async runs: One-time execution Schedule-based ...
Abs's user avatar
  • 2,304
2 votes
1 answer
469 views

Scheduling execution of a Vertex AI notebook returns error: "2: Unknown Error.: Unable to submit schedule"

I'm using GCP's Vertex AI Workbench to develop ML code in a Managed Notebook. The notebook execution works just fine both when run interactively, and when run by an Executor with Type: "One-time ...
MariusPontmercy's user avatar
1 vote
0 answers
337 views

Feature Store Vertex AI for Online Predictions

It is necessary to mantain an online attribute on a Feature Store of Vertex AI to serve an endpoint model to provide real-time predictions??
gabriel11's user avatar
1 vote
2 answers
258 views

Why is the model variable not found when uploading the model to the Gcloud AI Platform?

I trained a model and uploaded it to Google AI Platform. When I test the model from the command line I expect to get predictions back from my uploaded model, instead I get an error message. Here are ...
yemy's user avatar
  • 798
2 votes
2 answers
396 views

PlatformException when trying to detect objects on a custom tflite model

I used Cloud AutoML to train a custom model that suppose to detect marks on a piece of paper. I have the dataset exported as a TFLite file, and i have it hosted on firebase. I managed to download the ...
Theuno de Bruin's user avatar
2 votes
0 answers
364 views

Batch Prediction with scikit-learn using jsonl in Vertex AI

I have a scikit-learn model successfully trained and loaded onto Vertex AI, but I can't seem to do batch prediction with jsonl. I've tried using these formats with jsonl: {"dense_input": [1, ...
MathStudent's user avatar
1 vote
0 answers
239 views

images not labeled after import vertexAI image object detection

I'm using this example to import my images and annotation data (JSONL file) into my vertexAI dataset: https://cloud.google.com/vertex-ai/docs/samples/aiplatform-import-data-image-object-detection-...
Kate B.'s user avatar
  • 11

15 30 50 per page
1
2 3 4 5
68