Vertex AI services

Google Distributed Cloud Sandbox lets you configure and test the pre-trained Google Distributed Cloud air-gapped Vertex AI services:

  • Optical Character Recognition (OCR)
  • Speech-to-Text
  • Translation

To operate and work with the Vertex AI services, complete the following:

  1. Start the Vertex AI services by following Enable services.
  2. Install the Vertex AI client libraries.
  3. Try and test each service by reviewing the following tutorials:
    1. Try Optical Character Recognition (OCR).
    2. Try Speech-to-Text.
    3. Try Translation.
  4. To download the certificate, run the following command. This command is specific to GDC Sandbox:

    curl https://console.org-1.zone1.google.gdch.test/.well-known/login-config | grep certificateAuthorityData | head -1 | cut -d : -f 2 | awk '{print $1}' | sed 's/"//g' | base64 --decode > trusted_certs.crt