Multimodal Chat Completion with Google Vertex AI > Using the Multimodal Chat Completion with Google Vertex AI recipe > Step 2. Configure and publish the Google Vertex AI connection
  

Step 2. Configure and publish the Google Vertex AI connection

Configure the project ID, private key ID, private key, client email, and location to connect to Google Vertex AI, and then publish the GoogleVertexAIChatWithFile connection.
  1. 1Open the GoogleVertexAIChatWithFile connection.
  2. 2In the Connection Properties section, enter values for the following properties:
  3. 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 Google Vertex AI service account.
    Client_Email
    The email address associated with the Google Vertex AI 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-----
  4. 3Save and publish the connection.