pollination_dsl.dag.inputs module¶
- class pollination_dsl.dag.inputs.Inputs¶
Bases:
object
DAG inputs enumeration.
- any¶
alias of
GenericInput
- bool¶
alias of
BooleanInput
- dict¶
alias of
DictInput
- file¶
alias of
FileInput
- float¶
alias of
NumberInput
- folder¶
alias of
FolderInput
- int¶
alias of
IntegerInput
- list¶
alias of
ListInput
- path¶
alias of
PathInput
- str¶
alias of
StringInput