Databricks SDK for JavaScript
    Preparing search index...
    interface GoogleCloudVertexAiConfig {
        privateKey?: string;
        privateKeyPlaintext?: string;
        projectId?: string;
        region?: string;
    }
    Index

    Properties

    privateKey?: string

    The secret key reference for a private key for the service account which has access to the Google Cloud Vertex AI Service. See Best practices for managing service account keys. If you prefer to paste your API key directly, see private_key_plaintext. You must provide an API key using one of the following fields: private_key or private_key_plaintext

    privateKeyPlaintext?: string

    The private key for the service account which has access to the Google Cloud Vertex AI Service provided as a plaintext secret. See Best practices for managing service account keys. If you prefer to reference your key using Databricks Secrets, see private_key. You must provide an API key using one of the following fields: private_key or private_key_plaintext.

    projectId?: string

    This is the Google Cloud project id that the service account is associated with.

    region?: string

    This is the region for the Google Cloud Vertex AI Service. See supported regions for more details. Some models are only available in specific regions.