클라이언트#

Flower 클라이언트.

함수

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

Flower 서버에 연결되는 Flower 클라이언트 노드를 시작합니다.

start_numpy_client(*, server_address, client)

gRPC 서버에 연결되는 Flower NumPyClient를 시작합니다.

클래스

Client()

Flower 클라이언트를 위한 추상 베이스 클래스입니다.

ClientApp([client_fn, mods])

Flower ClientApp.

NumPyClient()

NumPy를 사용하는 Flower 클라이언트를 위한 추상 베이스 클래스입니다.

Modules

flwr.client.mod

Flower 내장 모드.