src.hersteller_services.edc_hersteller.edc_hersteller_service.py

EdcHerstellerService

class EdcHerstellerService(*args, **kwargs)

Bases: FastIoTService

EDC Hersteller Service

Parameters:
  • args – Positional arguments passed to the superclass or internal use.

  • kwargs – Arbitrary keyword arguments, allowing for extensibility or forwarding to the superclass constructor or other components.

async get_prediction()

Requests an EDC prediction

Returns:

The prediction

Return type:

quart.Response

async run_app()

Starts the application