0.1.170
union.map
Directory
Methods
Method | Description |
---|---|
map() |
Use to map over tasks, actors, launch plans, reference tasks and launch plans, and remote tasks and. |
Methods
map()
def map(
target: typing.Union[flytekit.core.launch_plan.LaunchPlan, flytekit.core.python_function_task.PythonFunctionTask, ForwardRef('FlyteLaunchPlan')],
bound_inputs: typing.Optional[typing.Dict[str, typing.Any]],
concurrency: typing.Optional[int],
min_successes: typing.Optional[int],
min_success_ratio: float,
kwargs,
)
Use to map over tasks, actors, launch plans, reference tasks and launch plans, and remote tasks and launch plans.
Parameter | Type |
---|---|
target |
typing.Union[flytekit.core.launch_plan.LaunchPlan, flytekit.core.python_function_task.PythonFunctionTask, ForwardRef('FlyteLaunchPlan')] |
bound_inputs |
typing.Optional[typing.Dict[str, typing.Any]] |
concurrency |
typing.Optional[int] |
min_successes |
typing.Optional[int] |
min_success_ratio |
float |
kwargs |
**kwargs |