pollination_dsl.dag.outputs module¶
- class pollination_dsl.dag.outputs.Outputs¶
Bases:
object
DAG outputs enumeration.
- any¶
alias of
GenericOutput
- bool¶
alias of
BooleanOutput
- dict¶
alias of
DictOutput
- file¶
alias of
FileOutput
- float¶
alias of
NumberOutput
- folder¶
alias of
FolderOutput
- int¶
alias of
IntegerOutput
- list¶
alias of
ListOutput
- path¶
alias of
PathOutput
- str¶
alias of
StringOutput