Skip to content

Interface: BackendOptions

Options for DatabricksBackend.create.

optional host?: string

Override the workspace host; otherwise resolved from SDK auth (env / profile).


optional profile?: string

Databricks config profile (~/.databrickscfg). Defaults to SDK auth resolution.


optional threshold?: number

Fuse.js fuzzy threshold (0 = exact, 1 = anything). Defaults to the model package default.