AIProjectIndex 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.
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
Operators
Explicit(ClientResult to AIProjectIndex) |