nvflare.tool.job.job_cli module¶
- convert_args_list_to_dict(kvs: List[str] | None = None) dict [source]¶
Convert a list of key-value strings to a dictionary.
- Parameters:
kvs (Optional[List[str]]) – A list of key-value strings in the format “key=value”.
- Returns:
A dictionary containing the key-value pairs from the input list.
- Return type:
dict