Home
last modified time | relevance | path

Searched defs:CheckinResult (Results 1 – 2 of 2) sorted by relevance

/external/federated-compute/fcp/client/
Dfl_runner.cc1009 struct CheckinResult { struct
1010 std::string task_name;
1011 ClientOnlyPlan plan;
1012 int32_t minimum_clients_in_server_visible_aggregate;
1013 std::string checkpoint_input_filename;
1014 std::string computation_id;
1015 std::string federated_select_uri_template;
Dfederated_protocol.h187 using CheckinResult = std::variant<TaskAssignment, Rejection>; variable