pollination_dsl.function.inputs module¶
- class pollination_dsl.function.inputs.Inputs¶
Bases:
object
Function inputs enumeration.
- 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