Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FedML-AI/FedML
/ mlops_enabled
Function
mlops_enabled
python/fedml/core/mlops/__init__.py:1169–1173 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
1167
1168
1169
def
mlops_enabled(args):
1170
if
hasattr(args,
"using_mlops"
) and args.using_mlops:
1171
return
True
1172
else
:
1173
return
False
Callers
15
event
Function · 0.85
log
Function · 0.85
log_training_status
Function · 0.85
log_aggregation_status
Function · 0.85
log_training_finished_status
Function · 0.85
send_exit_train_msg
Function · 0.85
log_training_failed_status
Function · 0.85
log_aggregation_finished_status
Function · 0.85
log_aggregation_failed_status
Function · 0.85
log_aggregated_model_info
Function · 0.85
log_training_model_net_info
Function · 0.85
log_training_model_input_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected