Iterator type#
- class flytekit.types.iterator.FlyteIterator(ctx, lv, expected_python_type, length)#
- Parameters:
ctx (FlyteContext)
lv (Literal)
expected_python_type (Type[T])
length (int)
- flytekit.types.iterator.JSON#
alias of
Dict
[str
,Any
] |List
[Any
] |bool
|float
|int
|str