Uses of Class
com.azure.resourcemanager.cosmos.models.VectorIndexType
Packages that use VectorIndexType
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of VectorIndexType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as VectorIndexTypeModifier and TypeFieldDescriptionstatic final VectorIndexTypeVectorIndexType.DISK_ANNStatic value diskANN for VectorIndexType.static final VectorIndexTypeVectorIndexType.FLATStatic value flat for VectorIndexType.static final VectorIndexTypeVectorIndexType.QUANTIZED_FLATStatic value quantizedFlat for VectorIndexType.Methods in com.azure.resourcemanager.cosmos.models that return VectorIndexTypeModifier and TypeMethodDescriptionstatic VectorIndexTypeVectorIndexType.fromString(String name) Creates or finds a VectorIndexType from its string representation.VectorIndex.type()Get the type property: The index type of the vector.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type VectorIndexTypeModifier and TypeMethodDescriptionstatic Collection<VectorIndexType> VectorIndexType.values()Gets known VectorIndexType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type VectorIndexTypeModifier and TypeMethodDescriptionVectorIndex.withType(VectorIndexType type) Set the type property: The index type of the vector.