client

Flower client.

Functions

start_client(*, server_address[, client_fn, ...])

Start a Flower client node which connects to a Flower server.

start_numpy_client(*, server_address, client)

Start a Flower NumPyClient which connects to a gRPC server.

Classes

Client()

Abstract base class for Flower clients.

ClientApp([client_fn, mods])

Flower ClientApp.

ClientFn

alias of Callable[[str], Client]

ClientFnExt

alias of Callable[[Context], Client]

NumPyClient()

Abstract base class for Flower clients using NumPy.

Modules

mod

Flower Built-in Mods.