Databricks SDK for JavaScript
    Preparing search index...

    Configs needed to create a custom provider model route.

    interface CustomProviderConfig {
        apiKeyAuth?: ApiKeyAuth;
        bearerTokenAuth?: BearerTokenAuth;
        customProviderUrl?: string;
    }
    Index

    Properties

    apiKeyAuth?: ApiKeyAuth

    This is a field to provide API key authentication for the custom provider API. You can only specify one authentication method.

    bearerTokenAuth?: BearerTokenAuth

    This is a field to provide bearer token authentication for the custom provider API. You can only specify one authentication method.

    customProviderUrl?: string

    This is a field to provide the URL of the custom provider API.