Uses of Enum Class
org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties.MilvusMetricType
Packages that use MilvusVectorStoreProperties.MilvusMetricType
-
Uses of MilvusVectorStoreProperties.MilvusMetricType in org.springframework.ai.autoconfigure.vectorstore.milvus
Methods in org.springframework.ai.autoconfigure.vectorstore.milvus that return MilvusVectorStoreProperties.MilvusMetricTypeModifier and TypeMethodDescriptionMilvusVectorStoreProperties.getMetricType()Returns the enum constant of this class with the specified name.MilvusVectorStoreProperties.MilvusMetricType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.autoconfigure.vectorstore.milvus with parameters of type MilvusVectorStoreProperties.MilvusMetricTypeModifier and TypeMethodDescriptionvoidMilvusVectorStoreProperties.setMetricType(MilvusVectorStoreProperties.MilvusMetricType metricType)