(args)
| 92 | |
| 93 | @staticmethod |
| 94 | def get_instance(args): |
| 95 | if MLOpsRuntimeLog._log_sdk_instance is None: |
| 96 | MLOpsRuntimeLog._log_sdk_instance = MLOpsRuntimeLog(args) |
| 97 | |
| 98 | return MLOpsRuntimeLog._log_sdk_instance |
| 99 | |
| 100 | def init_logs(self, show_stdout_log=True): |
| 101 | log_file_path, program_prefix = MLOpsRuntimeLog.build_log_file_path(self.args) |
no test coverage detected