다음을 통해 공유


AISearchIndexResource interface

AI 검색 인덱스 리소스입니다.

속성

filter

검색 리소스에 대한 필터 문자열입니다.

indexAssetId

검색 리소스의 인덱스 자산 ID입니다.

indexConnectionId

이 에이전트에 연결된 IndexResource의 인덱스 연결 ID입니다.

indexName

이 에이전트에 연결된 IndexResource의 인덱스 이름입니다.

queryType

이 에이전트에 연결된 AIIndexResource의 쿼리 유형입니다.

topK

검색에서 검색하여 모델에 표시할 문서 수입니다.

속성 세부 정보

filter

검색 리소스에 대한 필터 문자열입니다.

filter?: string

속성 값

string

indexAssetId

검색 리소스의 인덱스 자산 ID입니다.

indexAssetId?: string

속성 값

string

indexConnectionId

이 에이전트에 연결된 IndexResource의 인덱스 연결 ID입니다.

indexConnectionId?: string

속성 값

string

indexName

이 에이전트에 연결된 IndexResource의 인덱스 이름입니다.

indexName?: string

속성 값

string

queryType

이 에이전트에 연결된 AIIndexResource의 쿼리 유형입니다.

queryType?: AzureAISearchQueryType

속성 값

topK

검색에서 검색하여 모델에 표시할 문서 수입니다.

topK?: number

속성 값

number