Package io.milvus.response
Class DescIndexResponseWrapper.IndexDesc
- java.lang.Object
-
- io.milvus.response.DescIndexResponseWrapper.IndexDesc
-
- Enclosing class:
- DescIndexResponseWrapper
public static final class DescIndexResponseWrapper.IndexDesc extends Object
Internal-use class to wrap response ofdescribeIndexinterface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParam(@NonNull String key, @NonNull String value)StringgetExtraParam()IndexTypegetIndexType()MetricTypegetMetricType()StringtoString()
-
-
-
Method Detail
-
getIndexType
public IndexType getIndexType()
-
getMetricType
public MetricType getMetricType()
-
getExtraParam
public String getExtraParam()
-
-