Databricks SDK for JavaScript
    Preparing search index...
    interface PaLmConfig {
        palmApiKey?: string;
        palmApiKeyPlaintext?: string;
    }
    Index

    Properties

    palmApiKey?: string

    The secret key reference for a PaLM API key. If you prefer to paste your API key directly, see palm_api_key_plaintext. You must provide an API key using one of the following fields: palm_api_key or palm_api_key_plaintext.

    palmApiKeyPlaintext?: string

    The PaLM API key provided as a plaintext string. If you prefer to reference your key using Databricks Secrets, see palm_api_key. You must provide an API key using one of the following fields: palm_api_key or palm_api_key_plaintext.