ExecutionSchema
Component for ordered execution of sequance of components
Last updated
Component for ordered execution of sequance of components
Last updated
Subclass of .
Main methods and properties
component (Optional[], optional): Initial Component. Defaults to None.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Add Component to the end
Add Component to ExecutionSchema
Component Call
ExecutionSchemaFailed: If any error occurs.
component (Optional[], optional): New component.
: self.
component (Optional[], optional): New component.
: self.
input_data (): Data for processing
evaluator (Optional[], optional): Evaluator in context of which component executed. If equals to None, default evaluator will be created. Defaults to None.
: Result of executed component.