ManagedAzureAISearchIndex interface
Managed Azure AI Search Index Definition
- Extends
-
@azure/ai-projects.Index
Properties
| type | Type of index |
| vector |
Vector store id of managed index |
Inherited Properties
| description | The asset description text. |
| id | Asset ID, a unique identifier for the asset |
| name | The name of the resource |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
| version | The version of the resource |
Property Details
type
Type of index
type: "ManagedAzureSearch"
Property Value
"ManagedAzureSearch"
vectorStoreId
Vector store id of managed index
vectorStoreId: string
Property Value
string
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From Index.description
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
Inherited From Index.id
name
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Index.tags