Uses of Class
com.azure.cosmos.models.CosmosVectorIndexSpec
Packages that use CosmosVectorIndexSpec
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosVectorIndexSpec in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosVectorIndexSpecModifier and TypeMethodDescriptionCosmosVectorIndexSpec.setIndexingSearchListSize
(Integer indexingSearchListSize) Sets the indexing search list sizeSets path.CosmosVectorIndexSpec.setQuantizationSizeInBytes
(Integer quantizationByteSize) Sets the quantization byte sizeSets the vector index type for the vector indexCosmosVectorIndexSpec.setVectorIndexShardKeys
(List<String> vectorIndexShardKeys) Sets the vector indexing shard keysMethods in com.azure.cosmos.models that return types with arguments of type CosmosVectorIndexSpecMethod parameters in com.azure.cosmos.models with type arguments of type CosmosVectorIndexSpecModifier and TypeMethodDescriptionIndexingPolicy.setVectorIndexes
(List<CosmosVectorIndexSpec> vectorIndexes) Sets the vector indexes.