ManagedAzureAISearchIndex Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Managed Azure AI Search Index Definition.
public class ManagedAzureAISearchIndex : Azure.AI.Projects.AIProjectIndex, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ManagedAzureAISearchIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ManagedAzureAISearchIndex>
type ManagedAzureAISearchIndex = class
inherit AIProjectIndex
interface IJsonModel<ManagedAzureAISearchIndex>
interface IPersistableModel<ManagedAzureAISearchIndex>
Public Class ManagedAzureAISearchIndex
Inherits AIProjectIndex
Implements IJsonModel(Of ManagedAzureAISearchIndex), IPersistableModel(Of ManagedAzureAISearchIndex)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedAzureAISearchIndex(String) |
Initializes a new instance of ManagedAzureAISearchIndex. |
Properties
| Name | Description |
|---|---|
| Description |
The asset description text. (Inherited from AIProjectIndex) |
| Id |
Asset ID, a unique identifier for the asset. (Inherited from AIProjectIndex) |
| Name |
The name of the resource. (Inherited from AIProjectIndex) |
| Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from AIProjectIndex) |
| VectorStoreId |
Vector store id of managed index. |
| Version |
The version of the resource. (Inherited from AIProjectIndex) |