package
2.4.13
Repository: https://github.com/milvus-io/milvus-proto.git
Documentation: pkg.go.dev

# 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
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
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
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
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
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
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
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

optional milvus.proto.milvus.MilvusExt milvus_ext_obj = 1001;.
No description provided by the author
MilvusService_ServiceDesc is the grpc.ServiceDesc for MilvusService service.
Enum value maps for OperatePrivilegeType.
Enum value maps for OperatePrivilegeType.
Enum value maps for OperateUserRoleType.
Enum value maps for OperateUserRoleType.
ProxyService_ServiceDesc is the grpc.ServiceDesc for ProxyService service.
Enum value maps for QuotaState.
Enum value maps for QuotaState.
Enum value maps for ShowType.
Enum value maps for ShowType.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
* Alter collection in milvus.
No description provided by the author
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
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.
No description provided by the author
No description provided by the author
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
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
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
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
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
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
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 should be embedded to have forward compatible implementations.
UnimplementedProxyServiceServer should 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
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.
UnsafeMilvusServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeProxyServiceServer may be embedded to opt out of forward compatibility for this 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 Deprecated: Marked as deprecated in milvus.proto.