Is your feature request related to a problem?
We are right now working on translating the safe-ds data into pytorch tensors. The translation is defined in the dataclasses them self, but the definiton how, should be defined on the input layer interface.
Desired solution
Create Input Layer Interface, with Type parameter, so we have static type analysis.