openfl.interface.collaborator.register_data_path

openfl.interface.collaborator.register_data_path#

openfl.interface.collaborator.register_data_path(collaborator_name, data_path=None, silent=False)[source]#

Register dataset path in the plan/data.yaml file.

Parameters:
  • collaborator_name (str) – The collaborator whose data path to be defined.

  • data_path (str, optional) – Data path. Defaults to None.

  • silent (bool, optional) – Silent operation (don’t prompt). Defaults to False.