Get desktop application:
View/edit binary Protocol Buffers messages
bytes model = 2
int32 data_index = 3
string task_id = 1
int32 round_id = 2
string client_id = 3
bytes model = 1
repeated Client clients = 2
string etcd_addresses = 3
(message has no fields)
string task_id = 1
int32 round_id = 2
string client_id = 3
repeated float train_loss = 4
float train_time = 5
float train_upload_time = 6
float train_download_size = 7
float train_upload_size = 8
string task_id = 1
int32 round_id = 2
string client_id = 3
map<string, float> test_metric = 4
float test_time = 5
float test_upload_time = 6
float test_download_size = 7
string task_id = 1
repeated int32 rounds = 2
string task_id = 1
int32 round_id = 2
optional Status status = 4
string task_id = 1
int32 round_id = 2
repeated string client_ids = 3
string task_id = 1
int32 round_id = 2
optional Status status = 4
string task_id = 1
int32 rounds = 2
int32 interval = 3
Used in: RunRequest
string client_id = 1
string address = 2
int32 index = 3
Used in: GetClientMetricsResponse, TrackClientMetricRequest, UploadContent
string task_id = 1
int32 round_id = 2
string client_id = 3
map<string, float> test_metric = 5
float train_time = 6
float test_time = 7
float train_upload_time = 8
float test_upload_time = 9
float train_upload_size = 10
float train_download_size = 11
float test_upload_size = 12
float test_download_size = 13
string extra = 14
Used in: UploadContent
DATA_TYPE_PARAMS = 0
DATA_TYPE_PERFORMANCE = 1
DATA_TYPE_FEATURE = 2
Used in: OperateRequest
int32 batch_size = 1
int32 local_epoch = 2
int64 seed = 3
optional Optimizer optimizer = 4
bool local_test = 5
string task_id = 6
int32 round_id = 7
bool track = 8
int32 test_batch_size = 9
Used in: OperateRequest
OP_TYPE_TRAIN = 0
OP_TYPE_TEST = 1
Used in: OperateConfig
string type = 1
float lr = 2
float momentum = 3
map<string, float> metric = 1
Used in: GetRoundMetricsResponse, TrackRoundMetricRequest
string task_id = 1
int32 round_id = 2
map<string, float> test_metric = 3
float round_time = 4
float train_time = 5
float test_time = 6
float train_distribute_time = 7
float test_distribute_time = 8
float train_upload_size = 9
float train_download_size = 10
float test_upload_size = 11
float test_download_size = 12
string extra = 13
Used in: GetClientMetricsResponse, GetRoundMetricsResponse, GetRoundTrainTestTimeResponse, OperateResponse, RunResponse, StopResponse, TrackClientMetricResponse, TrackClientTestMetricResponse, TrackClientTrainMetricResponse, TrackRoundMetricResponse, TrackTaskMetricResponse, UploadResponse
Used in: Status
SC_OK = 0
SC_UNKNOWN = 1
SC_INVALID_REQUEST = 2
SC_DEADLINE_EXCEEDED = 3
SC_NOT_FOUND = 4
SC_ALREADY_EXISTS = 5
Used in: TrackTaskMetricRequest
string task_id = 1
string configuration = 2
Used in: GetRoundTrainTestTimeResponse
int32 round_id = 1
float time = 2
Used in: UploadRequest
bytes data = 1
int64 data_size = 3
bytes extra = 99