MCPcopy 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
1169def mlops_enabled(args):
1170 if hasattr(args, "using_mlops") and args.using_mlops:
1171 return True
1172 else:
1173 return False

Callers 15

eventFunction · 0.85
logFunction · 0.85
log_training_statusFunction · 0.85
log_aggregation_statusFunction · 0.85
send_exit_train_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected