Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

I’m trying to run a simple custom TFX component using the Kubeflow Runner on GCP Vertex AI. I’ve defined the component in two ways: Using the @component decorator, and as a fully custom component (...
1 vote
0 answers
593 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 ...
0 votes
1 answer
541 views

Summary: Vertex AI Data Store indexing hangs on Document ingestion is working in progress. Document parsing and indexing will start later. for each document. Details: I use Airbyte to put Confluence ...
0 votes
0 answers
42 views

I tried running this code: import shap from gcp_shared_utils.connectors.bucket import get_bucket_uri def read_explainerfile(self, bucket_name): try: bucket = self.client....
-1 votes
1 answer
234 views

I have a vertex ai pipeline that I want to force its outbound internet traffic through a custom shared VPC for whitelisting purposes. I enabled the "VPC Service Controls for peerings" as ...
0 votes
1 answer
122 views

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
2 answers
741 views

I'm using Vertex AI's TextEmbeddingModel to calculate embeddings, and the first call shows significantly higher latency than the rest, likely due to caching. However, this isn't context-caching, and ...
1 vote
0 answers
443 views

Great to see that with kfp v2 we can now have if .. else block and use Boolean. While I am trying to migrate my v1 pipelines, I have few question I am using kfp 2.7.0 and google-cloud-pipeline-...
0 votes
0 answers
403 views

I have a custom tensorflow model that I need to deploy to a private endpoint in GCP Vertex AI. The GCP documentation is lengthy and not with clear steps on how to do it. Can you please help and ...
2 votes
0 answers
1k views

I am trying to tune a text-bison model with a custom dataset. During the prompt validation step, I am getting an error due to the vertex AI service agent being unable to access the bucket from the ...
0 votes
1 answer
317 views

What is the difference between the machine type which we set in Vertex ai workbench for Notebook and the machine type in python SDK of aiplatform.CustomTrainingJob run method? The machine type is ...
0 votes
0 answers
33 views

I am working on a Python script and using GCP Cloud Build to run it. Instead of hardcoding some of the variables, I am trying to use a Cloud Build YAML file to define the variables there and then use ...
1 vote
2 answers
937 views

I have created a custom prediction routine on Vertex AI, uploaded the model, and am able to generate predictions with it through the UI. Now, I would like to incorporate this into a Vertex AI Pipeline,...
1 vote
1 answer
545 views

So I am using kubeflow Containerized Python Components to create a Vertex AI training pipeline. As the last step of the pipeline, I would like to build and push a custom prediction container image ...
0 votes
1 answer
1k views

In order to run a pipeline from my local machine, I do: from google.cloud import aiplatform aiplatform.init(project="my-project") job = aiplatform.PipelineJob( display_name="...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /