VertexAI
Integrate with the VertexAI API to get access to Google models
Add your Google Cloud Platform ProjectID and location to begin using the VertexAI API.
Select Google VertexAI Integration

Create an Arize Integration Key
To verify ownership of your project form within Arize, we need to create a project access label on your GCP project. Arize will use this to ensure that the Arize organization you are running Vertex commands from has access to your GCP project.
To create this go into your GCP and search for labels. Add a label with the key arize-integration-key
and whatever value you want.

Fill in your Details in the Arize Console
Add the GCP ProjectID, location, and project access label of the project you have the VertexAI API enabled in. Fill this out in the Arize Vertex integreation wizard.

Create a Custom IAM Role Using the Code Given in the Arize Vertex Wizard
Copy the following IAM role gcloud command to run in your GCP console:

Sample commands:
Create command (most cases):
Update migration (uncommon):
If you have a pre-existing integration and need to update it to add an arize-integration-key
label, please change the create
portion of the command to update
.
Run the command in the GCP console:

Assign the Custom Role to the Arize Service Account
In order for Arize to send requests to the VertexAI API in your project, you must assign the Arize App Service Account that role. NOTE: You will be using the Arize Service Account, you do not need to create your own service account
Copy the following IAM permissions gcloud command to run in your GCP console:

Run the command in the GCP console:

Supported Models
gemini-1.5-pro
gemini-1.5-flash
gemini-1.0-pro-vision
gemini-1.0-pro
gemini-pro
text-bison-32k
text-bison
Last updated
Was this helpful?