AzureAISearchIndex interface

Azure AI Search 인덱스 정의

Extends
@azure/ai-projects.Index

속성

connectionName

Azure AI Search에 대한 연결 이름

fieldMapping

필드 매핑 구성

indexName

연결할 Azure AI Search 리소스의 인덱스 이름

type

인덱스 유형

상속된 속성

description

자산 설명 텍스트입니다.

id

자산 ID: 자산의 고유 식별자입니다.

name

리소스의 이름

tags

태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다.

version

리소스의 버전입니다

속성 세부 정보

connectionName

Azure AI Search에 대한 연결 이름

connectionName: string

속성 값

string

fieldMapping

필드 매핑 구성

fieldMapping?: FieldMapping

속성 값

indexName

연결할 Azure AI Search 리소스의 인덱스 이름

indexName: string

속성 값

string

type

인덱스 유형

type: "AzureSearch"

속성 값

"AzureSearch"

상속된 속성 세부 정보

description

자산 설명 텍스트입니다.

description?: string

속성 값

string

다음에서 상속됨Index.description

id

자산 ID: 자산의 고유 식별자입니다.

id?: string

속성 값

string

다음에서 상속됨Index.id

name

리소스의 이름

name: string

속성 값

string

다음에서 상속됨Index.name

tags

태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다.

tags?: Record<string, string>

속성 값

Record<string, string>

다음에서 상속됨Index.tags

version

리소스의 버전입니다

version: string

속성 값

string

다음에서 상속됨Index.version