client

Flower client.

함수

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.

클래스

Client()

Abstract base class for Flower clients.

ClientApp([client_fn, mods])

Flower ClientApp.

ClientFn

Callable[[str], Client]의 별칭

ClientFnExt

Callable[[Context], Client]의 별칭

NumPyClient()

Abstract base class for Flower clients using NumPy.

Modules

mod

Flower 내장 모드.