Skip to main content

serving_endpoints_http_request

Creates, updates, deletes, gets or lists a serving_endpoints_http_request resource.

Overview

Nameserving_endpoints_http_request
TypeResource
Iddatabricks_workspace.serving.serving_endpoints_http_request

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
contentsstring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
serving_endpoints_http_requestselectdeployment_nameMake external services call using the credentials stored in UC Connection.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
deployment_namestringThe Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc)

SELECT examples

Make external services call using the credentials stored in UC Connection.

SELECT
contents
FROM databricks_workspace.serving.serving_endpoints_http_request
WHERE deployment_name = '{{ deployment_name }}' -- required
;