# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Will return all collections.
Will return loaded collections with their inMemory_percentages.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
* Alter collection in milvus.
Alter index.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Create collection in milvus.
No description provided by the author
No description provided by the author
Create index for vector datas.
Create partition in created collection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Describe alias response.
* Get collection meta datas like: schema, collectionID, shards number ...
* DescribeCollection Response.
Get created index information.
Describe index response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Drop collection in milvus, also will drop data in collection.
No description provided by the author
No description provided by the author
Drop partition in created collection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Get collection statistics like row_count.
* Will return collection statistics in stats field like [{key:"row_count",value:"1"}].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get index building progress.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get partition statistics like row_count.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Get statistics like row_count.
* Will return statistics in stats field like [{key:"row_count",value:"1"}] WARNING: This API is experimental and not useful for now.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Check collection exist in milvus or not.
Check if partition exist in collection or not.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Index informations.
No description provided by the author
No description provided by the author
List aliases response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Do load balancing operation from src_nodeID to dst_nodeID.
* Load collection data into query nodes, then you can do vector search on this collection.
Load specific partitions data of one collection into query nodes Then you can get these data as result when you do vector search on this collection.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* Release collection data from query nodes, then you can't do vector search on this collection.
Release specific partitions data of one collection from query nodes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://wiki.lfaidata.foundation/display/MIL/MEP+29+--+Support+Role-Based+Access+Control.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
List collections.
Return basic collection infos.
List all partitions for particular collection.
List all partitions for particular collection response.
No description provided by the author
No description provided by the author
No description provided by the author
transfer `nodeNum` nodes from `source_resource_group` to `target_resource_group`.
transfer `replicaNum` replicas in `collectionID` from `source_resource_group` to `target_resource_group`.
UnimplementedMilvusServiceServer can be embedded to have forward compatible implementations.
UnimplementedProxyServiceServer can be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
MilvusServiceClient is the client API for MilvusService service.
MilvusServiceServer is the server API for MilvusService service.
ProxyServiceClient is the client API for ProxyService service.
ProxyServiceServer is the server API for ProxyService service.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: use GetLoadingProgress rpc instead.