osayamen omigie
02/29/2020, 7:19 AMsashank
02/29/2020, 8:04 AMDefinition
class.
For example, the @solid
decorator constructs a SolidDefinition
, and @pipeline
constructs a PipelineDefinition
. You can use these definition classes directly in place of the decorator + function, which is especially useful when programmatically generating them, and these classes can be extended.osayamen omigie
02/29/2020, 9:20 PMalex
03/02/2020, 4:46 PM