Uses of Class
com.azure.resourcemanager.cosmos.models.VectorIndex
Packages that use VectorIndex
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of VectorIndex in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return VectorIndexModifier and TypeMethodDescriptionstatic VectorIndex
VectorIndex.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorIndex from the JsonReader.Set the path property: The path to the vector field in the document.VectorIndex.withType
(VectorIndexType type) Set the type property: The index type of the vector.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type VectorIndexModifier and TypeMethodDescriptionIndexingPolicy.vectorIndexes()
Get the vectorIndexes property: List of paths to include in the vector indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type VectorIndexModifier and TypeMethodDescriptionIndexingPolicy.withVectorIndexes
(List<VectorIndex> vectorIndexes) Set the vectorIndexes property: List of paths to include in the vector indexing.