propeller logo
API ReferenceFederated mlRoundsRound_idComplete

Get Round Completion Status

Check if a federated learning round is complete

GET
/fl/rounds/{ROUND_ID}/complete

Path Parameters

ROUND_ID*string

Response Body

application/json

curl -X GET "http://localhost:7070/fl/rounds/string/complete"
{
  "status": {
    "round_id": "string",
    "completed": true,
    "num_updates": 0,
    "k_of_n": 0,
    "model_version": 0
  }
}