AddData
Add provided data to input data
Last updated
Add provided data to input data
Last updated
Subclass of . Type: [Dict[str, Any], Dict[str, Any]].
Main methods and properties
data (Dict[str, Any]): Key/value pairs that will be added to input data.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Update input data with provided data
input_data (Dict[str, Any]): Current data.
Dict[str, Any]: Updated data.