Skip to content

Interface: ResolvedModel

Result of fuzzy-resolving a user-supplied model name against the live endpoint list. score is Fuse.js’s distance (0 is exact, 1 is no match); matched is false when the score exceeds the configured threshold so callers can fall back to the original input (Databricks will then return a clean 404).

matched: boolean


modelId: string


optional score?: number