Hi Everyone,
I need some help. I would like to implement a CustomTransformer in java, but the related section of the NN API documentation is still empty.
I would like to build a transformer (DataStream Transformer for Flink), equivalement to the map DataStream Flink API, that would create some complex object (from a template, for example) from input datas selected by the NN user (more or less as the mapVariable transformer works).
I tried to start by analyzing the sources of an existing CustomTransformer (UnionTransformer), but i'm not very "fluent" in scala, and that's not so easy to me.
Could you help me ? Is there some Java examples of advanced API implementation ?
Thanks a lot, and best regards.
--
Mathieu