The business model microservice serves as an interface for the individual use cases. Here, schema information for all use cases is stored to enable context-aware processing.
The Federated Learning microservice serves as an interface for the Federated TRAINING microservice which handles all the federated processing in the back-end.
The business model microservice serves as an interface for the individual use cases. Here, schema information for all use cases is stored to enable context-aware processing.
# Federated Training Microservice
Federated Training microservice handles the requests from the Federated LEARNING microservice. After the processing is done, a response with the results is sent back to the Federated Learning microservice.