Package-level declarations
Types
Link copied to clipboard
DisconnectRes message from client to server.
Link copied to clipboard
Evaluate instructions for a client.
Link copied to clipboard
data class EvaluateRes(val status: Status, val loss: Float, val numExamples: Int, val metrics: Metrics)
Evaluate response from a client.
Link copied to clipboard
Fit instructions for a client.
Link copied to clipboard
Link copied to clipboard
Parameters request for a client.
Link copied to clipboard
Response when asked to return parameters.
Link copied to clipboard
Properties request for a client.
Link copied to clipboard
Properties response from a client.
Link copied to clipboard
A Flower client that mimics the pandas_example.
Link copied to clipboard
Model parameters.
Link copied to clipboard
Represents a map of properties.
Link copied to clipboard
ReconnectIns message from server to client.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun startClient(serverAddress: String, useTls: Boolean, client: Client, nodeConfig: Config = emptyMap())