Search documentation
karat

+

K

User Documentation ↗

transforms.api.LightweightInputParam

class transforms.api.LightweightInputParam

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

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

abstractmethod static lightweight_instance(context, json_value)

Instantiate an input type from the resolved JSON value.