Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Response
required string session_id = 1
required string status = 2
required string message = 3
required string start_time = 4
required string end_time = 5
Used in: Request
required string cid = 1
required string feature_id = 2
optional string str_feature = 3
optional string b64_feature = 4
optional bytes byte_feature = 5
Used in: Response
optional string db_name = 1
optional string db_create_time = 2
optional string db_delete_time = 3
optional int32 feature_dim = 4
optional string feature_version = 5
optional int32 search_type = 6
optional string similarity_type = 7
optional int64 db_size = 8
optional int64 db_num_of_cluster = 9
optional int64 db_cluster_size = 10
optional int32 total_database = 11
repeated Recall recall = 12
repeated string db_name_list = 13
Used in: Output
required string cfid = 1
required float distance = 2
Used as request type in: CreateService.create_server, DeleteService.delete_server, QueryService.echo_server, QueryService.get_status_server, QueryService.search_server, RestoreService.restore_server, UpdateService.batch_add_server
optional string db_name = 1
optional string cid = 2
optional string feature_id = 3
optional int64 faiss_id = 4
optional int32 feature_dim = 5
optional int32 search_type = 6
optional string similarity_type = 7
optional string search_device = 8
optional string feature_version = 9
optional string str_feature = 10
optional string b64_feature = 11
optional bytes byte_feature = 12
optional int32 topk = 13
repeated Data data = 14
optional bool ready_for_clustering = 15
optional bool ready_for_restore = 16
Used as response type in: CreateService.create_server, DeleteService.delete_server, QueryService.echo_server, QueryService.get_status_server, QueryService.search_server, RestoreService.restore_server, UpdateService.batch_add_server