Options used for connecting to the MindsDB SDK.

Hierarchy

  • default

Properties

host?: string

Base endpoint to send requests through. e.g. https://cloud.mindsdb.com

httpClient?: Axios

Custom Axios client to use for sending API requests.

managed?: boolean

Is it a managed instance? Defaults to false.

password: string

MindsDB Cloud password to use for authentication. Use empty string if using local or remote host.

user: string

MindsDB Cloud email to use for authentication. Use empty string if using local or remote host.

Generated using TypeDoc