Uses of Class
io.milvus.exception.IllegalResponseException
-
Packages that use IllegalResponseException Package Description io.milvus.Response -
-
Uses of IllegalResponseException in io.milvus.Response
Methods in io.milvus.Response that throw IllegalResponseException Modifier and Type Method Description List<ShowCollResponseWrapper.CollectionInfo>ShowCollResponseWrapper. getCollectionsInfo()Get information of the collections.intFieldDataWrapper. getDim()Gets the dimension value of a vector field.List<?>FieldDataWrapper. getFieldData()Returns the field data according to its type: float vector field return List<List<Float>>, binary vector field return List<ByteBuffer>, int64 field return List<Long>, boolean field return List<Boolean>, etc.List<SearchResultsWrapper.IDScore>SearchResultsWrapper. getIDScore(int indexOfTarget)Gets ID-score pairs returned by search interface.List<ShowPartResponseWrapper.PartitionInfo>ShowPartResponseWrapper. getPartitionsInfo()Get information of the partitions.longFieldDataWrapper. getRowCount()Gets the row count of a field.
-