Databricks SDK for JavaScript
    Preparing search index...
    interface AnthropicConfig {
        anthropicApiKey?: string;
        anthropicApiKeyPlaintext?: string;
    }
    Index

    Properties

    anthropicApiKey?: string

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

    anthropicApiKeyPlaintext?: string

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