Google Vertex AI Connector Guide > Google Vertex AI connections > Google Vertex AI connection properties
  

Google Vertex AI connection properties

To use Google Vertex AI, you need the project ID and private key to access the service account.
The following table defines the Google Vertex AI connection properties that you must configure in the Connection Properties section:
Property
Description
Project_ID
The project ID to generate a valid access token.
Location
The region to process the request.
Private_Key_ID
The private key ID associated with the service account.
Client_Email
The email address associated with the service account.
Private_Key
The Google Vertex AI private key associated with the service account. Enter the PKCS1 certificate as a Base64-encoded string in the following format:
-----BEGIN PRIVATE KEY----- ..... n-----END PRIVATE KEY-----