Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Cross Project Services for Vertex AI

Can we use cross-project services like BigQuery, Artifact Registry, Container Registry, Storage, KMS, etc. with Vertex AI? I use Vertex from Console, so it browses the current project buckets whenever I specify a bucket, etc. I cannot see cross-project resources.

Solved Solved
0 1 1,421
1 ACCEPTED SOLUTION

Hi @Mouzma

You can access multiple GCP services through the use of Service Accounts. You need to create a service account in the project where the specific service/s that you need resides, then assign it with the appropriate IAM permission. You can use this service account to access the service/s from Vertex AI.

Here are some usable resources for your reference.

I've also found a StackOverflow post that relates to your use case.

I hope this helps.

 

View solution in original post

1 REPLY 1

Hi @Mouzma

You can access multiple GCP services through the use of Service Accounts. You need to create a service account in the project where the specific service/s that you need resides, then assign it with the appropriate IAM permission. You can use this service account to access the service/s from Vertex AI.

Here are some usable resources for your reference.

I've also found a StackOverflow post that relates to your use case.

I hope this helps.