共用方式為


AISearchIndexResource interface

AI 搜尋索引資源。

屬性

filter

搜索資源的 filter 字串。 在此深入了解

index_asset_id

為搜索資源的資產 ID 編製索引。

index_name

附加至此代理程式之 IndexResource 中的索引名稱。

project_connection_id

連結至此代理程式的 IndexResource 中的索引連線識別碼。

query_type

附加至此代理程式的 AIIndexResource 中的查詢類型。

top_k

要從搜尋中擷取並呈現至模型的檔數目。

屬性詳細資料

filter

搜索資源的 filter 字串。 在此深入了解

filter?: string

屬性值

string

index_asset_id

為搜索資源的資產 ID 編製索引。

index_asset_id?: string

屬性值

string

index_name

附加至此代理程式之 IndexResource 中的索引名稱。

index_name?: string

屬性值

string

project_connection_id

連結至此代理程式的 IndexResource 中的索引連線識別碼。

project_connection_id?: string

屬性值

string

query_type

附加至此代理程式的 AIIndexResource 中的查詢類型。

query_type?: AzureAISearchQueryType

屬性值

top_k

要從搜尋中擷取並呈現至模型的檔數目。

top_k?: number

屬性值

number