nvflare.edge.tools.et_job module
- class ETJob(name: str, edge_method: str, device_model: DeviceModel, input_shape, output_shape, min_clients: int = 1)[source]
Bases:
EdgeJobConstructor of EdgeJob
- Parameters:
name – name of the job.
edge_method – method for matching job request. Goes to the job’s meta.
min_clients – min number of clients required for the job.