I'm trying to use Apache Beam to write a job in Dataflow. This job needs gets an input and transforms it into my custom object. This object represents a memory test, which contains fixed properties like timestamp, name ... and a list of the partitions with their properties tooI'm trying to use Apache Beam to write a job in