客户端#

Flower 客户端。

Functions

run_client_app()

Run Flower client app.

run_supernode()

Run Flower SuperNode.

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

启动一个 Flower 客户节点,连接到 Flower 服务器。

start_numpy_client(*, server_address, client)

启动 Flower NumPyClient,连接到 gRPC 服务器。

Classes

Client()

Flower 客户端的抽象基类。

ClientApp([client_fn, mods])

Flower ClientApp.

NumPyClient()

使用 NumPy 的 Flower 客户端的抽象基类。