A callable object that describes a single step of a lightweight, single-node computation.
A ContainerTransform consists of a number of parameters that subclass the Param class and a compute function.
It is idiomatic to construct a Transform object using the provided decorator: transform.using().
Note that the original compute function is exposed via the ContainerTransform’s __call__() method.
A reference to this transform, unique in the pipeline. This field is recomputed at each call to account for compute function renaming.