()
| 15 | |
| 16 | @staticmethod |
| 17 | def get_instance(): |
| 18 | if MLOpsStatus._status_instance is None: |
| 19 | MLOpsStatus._status_instance = MLOpsStatus() |
| 20 | |
| 21 | return MLOpsStatus._status_instance |
| 22 | |
| 23 | def set_client_agent_status(self, edge_id, status): |
| 24 | self.client_agent_status[edge_id] = status |