src.anlagenbetreiber_services.edc_anlagenbetreiber.edc_anlagenbetreiber_service.py

EdcAnlagenbetreiberService

class EdcAnlagenbetreiberService(*args, **kwargs)

Bases: FastIoTService

EDC AnlagenbetreiberService

async get_labeled_data()

Get a labeled dataset :return: Labled dataset :rtype: Jsonified labled dataset

async get_prediction(_: str, msg: Thing) Thing

Gets the prediction

Parameters:
  • _ (str) – The topic of the message. This is not used in this method.

  • msg (Thing) – Actual message

Returns:

Thing to signal reception

Return type:

Thing

async run_app()

Starts the application