Share via


AIProjectIndex Class

Definition

Index resource Definition Please note this is the abstract base class. The derived classes available for instantiation are: AzureAISearchIndex, ManagedAzureAISearchIndex, and AIProjectCosmosDBIndex.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownAIProjectIndex))]
public abstract class AIProjectIndex : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AIProjectIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AIProjectIndex>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownAIProjectIndex))>]
type AIProjectIndex = class
    interface IJsonModel<AIProjectIndex>
    interface IPersistableModel<AIProjectIndex>
Public MustInherit Class AIProjectIndex
Implements IJsonModel(Of AIProjectIndex), IPersistableModel(Of AIProjectIndex)
Inheritance
AIProjectIndex
Derived
Attributes
Implements

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.

Methods

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

Operators

Explicit(ClientResult to AIProjectIndex)

Explicit Interface Implementations

IJsonModel<AIProjectIndex>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AIProjectIndex>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AIProjectIndex>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AIProjectIndex>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AIProjectIndex>.Write(ModelReaderWriterOptions)

Applies to