Package io.milvus.client
Class Index
- java.lang.Object
-
- io.milvus.client.Index
-
public class Index extends java.lang.Object
Represents an index containingindexType
andnList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Index.Builder
Builder forIndex
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCollectionName()
IndexType
getIndexType()
java.lang.String
getParamsInJson()
java.lang.String
toString()
-
-
-
Method Detail
-
getCollectionName
public java.lang.String getCollectionName()
-
getIndexType
public IndexType getIndexType()
-
getParamsInJson
public java.lang.String getParamsInJson()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-