Databricks SDK for JavaScript
    Preparing search index...
    interface DatabricksModelServingConfig {
        databricksApiToken?: string;
        databricksApiTokenPlaintext?: string;
        databricksWorkspaceUrl?: string;
    }
    Index

    Properties

    databricksApiToken?: string

    The secret key reference for a Databricks API token that corresponds to a user or service principal with Can Query access to the model serving endpoint pointed to by this external model. If you prefer to paste your API key directly, see databricks_api_token_plaintext. You must provide an API key using one of the following fields: databricks_api_token or databricks_api_token_plaintext.

    databricksApiTokenPlaintext?: string

    The Databricks API token that corresponds to a user or service principal with Can Query access to the model serving endpoint pointed to by this external model provided as a plaintext string. If you prefer to reference your key using Databricks Secrets, see databricks_api_token. You must provide an API key using one of the following fields: databricks_api_token or databricks_api_token_plaintext.

    databricksWorkspaceUrl?: string

    The URL of the workspace containing the model serving endpoint pointed to by this external model.