Get desktop application:
View/edit binary Protocol Buffers messages
uint64 job_id = 1
uint64 num_steps = 2
double execution_time_s = 3
uint64 round_num = 4
uint64 time_elapsed_this_round_s = 1
uint64 round_duration_s = 2
uint64 job_id = 1
uint64 num_steps = 2
double execution_time_s = 3
bool done = 4
uint64 job_id = 1
uint64 num_steps = 2
double execution_time_s = 3
bool extend_lease = 4
uint64 round_num = 5
uint64 num_steps_per_round = 1
uint32 num_gpus = 1
string ip_addr = 2
uint32 port = 3
bool success = 1
uint64 round_duration = 2
uint64 machine_id = 3
UNKNOWN_DEVICE = 0
K80 = 1
P100 = 2
V100 = 3
Used as request type in: SchedulerToWorker.Reset, SchedulerToWorker.Shutdown
Used as response type in: JobToScheduler.LeaseEnded, SchedulerToWorker.KillJob, SchedulerToWorker.Reset, SchedulerToWorker.RunJob, SchedulerToWorker.Shutdown
(message has no fields)
Used in: RunJobRequest
uint64 job_id = 1
string command = 2
string work_dir = 3
Used in: JobState
UNKNOWN_STATUS = 0
QUEUED = 1
RUNNING = 2
SUCCEEDED = 3
FAILED = 4