nvflare.collab.api.decorators module
- adjust_kwargs(func, kwargs)[source]
Adjust the kwargs and remove keys that are not supported by the func.
- Parameters:
func – the func to be checked
kwargs – the kwargs to be adjusted
Returns: the adjusted kwargs
- get_object_publish_interface(obj) PublishInterface[source]