Search documentation
karat

+

K

User Documentation ↗

transforms.api.LightweightOutputParam

class transforms.api.LightweightOutputParam

Base type for output parameters compatible with lightweight, single node transforms. Inheritors must also inherit FoundryOutputParam.

See transforms.api.Output for an example of concrete usage.

abstractmethod static lightweight_instance(context, json_value)

Instantiate an output type from the resolved JSON value.