Function: invocationsUrl()
invocationsUrl(
host,endpoint):string
The OpenAI-compatible chat-completions invocations URL for an endpoint id.
Parameters
Section titled “Parameters”string
Workspace host, e.g. https://my-workspace.cloud.databricks.com/.
Pass the value resolved from client.config.getHost().
endpoint
Section titled “endpoint”string
Endpoint id (already resolved; not fuzzy-matched here).
Returns
Section titled “Returns”string