Share via


ManagedAzureAISearchIndex Class

Definition

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
ManagedAzureAISearchIndex
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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AIProjectIndex>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from AIProjectIndex)
IJsonModel<AIProjectIndex>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from AIProjectIndex)
IJsonModel<ManagedAzureAISearchIndex>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedAzureAISearchIndex>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AIProjectIndex>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from AIProjectIndex)
IPersistableModel<AIProjectIndex>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from AIProjectIndex)
IPersistableModel<AIProjectIndex>.Write(ModelReaderWriterOptions) (Inherited from AIProjectIndex)
IPersistableModel<ManagedAzureAISearchIndex>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedAzureAISearchIndex>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedAzureAISearchIndex>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to