nvflare.tool.poc.poc_commands module¶
Get the path for the hidden nvflare configuration file.
- Returns:
The path to the hidden nvflare configuration file.
- Return type:
str
- local_provision(clients: List[str], number_of_clients: int, workspace: str, docker_image: str, use_he: bool = False, project_conf_path: str = '') Tuple[source]¶
- prepare_poc_provision(clients: List[str], number_of_clients: int, workspace: str, docker_image: str, use_he: bool = False, project_conf_path: str = '', examples_dir: str | None = None) Dict[source]¶
- replace_server_with_localhost(sp_end_point: str) str[source]¶
- Parameters:
example (sp_end_point:(str)) – server1:8002:8003
- Returns:
localhost:<port1>:<port2>