Skip to main content

resource_details

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

Overview

Nameresource_details
TypeResource
Idazure.ai_document_intelligence.resource_details

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
customDocumentModelsobjectDetails regarding custom document models. Required.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_resource_detailsselectendpointReturn information about the current resource.

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
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )

SELECT examples

Return information about the current resource.

SELECT
customDocumentModels
FROM azure.ai_document_intelligence.resource_details
WHERE endpoint = '{{ endpoint }}' -- required
;