Uses of Class
io.milvus.v2.common.IndexParam.IndexType
-
Packages that use IndexParam.IndexType Package Description io.milvus.v2.common -
-
Uses of IndexParam.IndexType in io.milvus.v2.common
Methods in io.milvus.v2.common that return IndexParam.IndexType Modifier and Type Method Description static IndexParam.IndexTypeIndexParam.IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexParam.IndexType[]IndexParam.IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-