Used to store additional information, for example information needed for visualization.
Used to store additional information, for example information needed for visualization.
For serialization purposes, the values in the map must be simple objects - Numbers, Strings, Lists, with no custom classes.
Map containing additional information.
This is used to display a customized name of the output from the UI.
This is used to display a customized name of the output from the UI.
The display name for this object.
An IOBase object is always output by an operator.
An IOBase object is always output by an operator. Off-shelf IOBase implementations use this function to return the identifying information of the most recent operator that returned this object. Note that if the user has changed the name of the operator since this IOBase object was created, the source operator name here will be the previous name, not the current one.
Will be None if this is a Tuple or List representing IOBase objects from several operators, or for IONone.
The UUID is unique to each operator within a workflow, and does not change for the lifetime of the operator.
The name of the source operator that returned this.
:: AlpineSdkApi :: A list of IOBase objects. This can be used to output a list of objects and/or to define inputs as list.