AIProjectCosmosDBIndex 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.
CosmosDB Vector Store Index Definition.
public class AIProjectCosmosDBIndex : Azure.AI.Projects.AIProjectIndex, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AIProjectCosmosDBIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AIProjectCosmosDBIndex>
type AIProjectCosmosDBIndex = class
inherit AIProjectIndex
interface IJsonModel<AIProjectCosmosDBIndex>
interface IPersistableModel<AIProjectCosmosDBIndex>
Public Class AIProjectCosmosDBIndex
Inherits AIProjectIndex
Implements IJsonModel(Of AIProjectCosmosDBIndex), IPersistableModel(Of AIProjectCosmosDBIndex)
- Inheritance
- Implements
Constructors
AIProjectCosmosDBIndex(String, String, String, EmbeddingConfiguration, AIProjectIndexFieldMapping) |
Initializes a new instance of AIProjectCosmosDBIndex. |
Properties
ConnectionName |
Name of connection to CosmosDB. |
ContainerName |
Name of CosmosDB Container. |
DatabaseName |
Name of the CosmosDB Database. |
Description |
The asset description text. (Inherited from AIProjectIndex) |
EmbeddingConfiguration |
Embedding model configuration. |
FieldMapping |
Field mapping configuration. |
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) |
Version |
The version of the resource. (Inherited from AIProjectIndex) |