MCPcopy
hub / github.com/FedML-AI/FedML / get_client_agent_status

Method get_client_agent_status

python/fedml/core/mlops/mlops_status.py:35–36  ·  view source on GitHub ↗
(self, edge_id)

Source from the content-addressed store, hash-verified

33 self.server_status[edge_id] = status
34
35 def get_client_agent_status(self, edge_id):
36 return self.client_agent_status.get(edge_id, None)
37
38 def get_server_agent_status(self, edge_id):
39 return self.server_agent_status.get(edge_id, None)

Callers 2

send_agent_active_msgMethod · 0.80
send_agent_active_msgMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected