client#

Flower client.

Functions

run_client_app()

Run Flower client app.

run_supernode()

Run Flower SuperNode.

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.

NumPyClient()

Abstract base class for Flower clients using NumPy.