CollectionMapping |
Represents a collection mapping
|
CollectionMapping.Builder |
Builder for CollectionMapping
|
ConnectParam |
Contains parameters for connecting to Milvus server
|
ConnectParam.Builder |
Builder for ConnectParam
|
CountEntitiesResponse |
Contains the returned response and collectionEntityCount for
countEntities
|
GetCollectionInfoResponse |
Contains the returned response and collectionMapping for
getCollectionInfo
|
GetEntityByIDResponse |
Contains the returned response and either a List of floatVectors
or
binaryVectors for getEntityByID .
|
GetIndexInfoResponse |
Contains the returned response and index for getIndexInfo
|
HasCollectionResponse |
Contains the returned response and hasCollection for
hasCollection
|
HasPartitionResponse |
Contains the returned response and hasPartition for
hasPartition
|
Index |
Represents an index containing indexType and nList
|
Index.Builder |
Builder for Index
|
InsertParam |
Contains parameters for insert
|
InsertParam.Builder |
Builder for InsertParam
|
InsertResponse |
Contains the returned response and vectorIds for insert
|
ListCollectionsResponse |
Contains the returned response and collectionNames for
listCollections
|
ListIDInSegmentResponse |
Contains the returned response and a List of ids present in a segment
for listIDInSegment .
|
ListPartitionsResponse |
Contains the returned response and partitionList for
listPartitions
|
MilvusGrpcClient |
|
Response |
Represents response of a client call.
|
SearchParam |
Contains parameters for search
|
SearchParam.Builder |
Builder for SearchParam
|
SearchResponse |
Contains the returned response and queryResultsList for search
|
SearchResponse.QueryResult |
Represents a single result of a vector query.
|