Share via


ManagedAzureAISearchIndex Class

Definition

Managed Azure AI Search Index Definition.

public class ManagedAzureAISearchIndex : Azure.AI.Projects.DatasetIndex, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ManagedAzureAISearchIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ManagedAzureAISearchIndex>
type ManagedAzureAISearchIndex = class
    inherit DatasetIndex
    interface IJsonModel<ManagedAzureAISearchIndex>
    interface IPersistableModel<ManagedAzureAISearchIndex>
Public Class ManagedAzureAISearchIndex
Inherits DatasetIndex
Implements IJsonModel(Of ManagedAzureAISearchIndex), IPersistableModel(Of ManagedAzureAISearchIndex)
Inheritance
ManagedAzureAISearchIndex
Implements

Constructors

ManagedAzureAISearchIndex(String)

Initializes a new instance of ManagedAzureAISearchIndex.

Properties

Description

The asset description text.

(Inherited from DatasetIndex)
Id

Asset ID, a unique identifier for the asset.

(Inherited from DatasetIndex)
Name

The name of the resource.

(Inherited from DatasetIndex)
Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from DatasetIndex)
VectorStoreId

Vector store id of managed index.

Version

The version of the resource.

(Inherited from DatasetIndex)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatasetIndex>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DatasetIndex)
IJsonModel<DatasetIndex>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DatasetIndex)
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<DatasetIndex>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DatasetIndex)
IPersistableModel<DatasetIndex>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DatasetIndex)
IPersistableModel<DatasetIndex>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DatasetIndex)
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