Uses of Class
io.milvus.param.IndexType
-
Packages that use IndexType Package Description io.milvus.param io.milvus.param.index io.milvus.response -
-
Uses of IndexType in io.milvus.param
Methods in io.milvus.param that return IndexType Modifier and Type Method Description static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexType in io.milvus.param.index
Methods in io.milvus.param.index with parameters of type IndexType Modifier and Type Method Description CreateIndexParam.BuilderCreateIndexParam.Builder. withIndexType(@NonNull IndexType indexType)Sets the index type. -
Uses of IndexType in io.milvus.response
Methods in io.milvus.response that return IndexType Modifier and Type Method Description IndexTypeDescIndexResponseWrapper.IndexDesc. getIndexType()
-