PythonFunction¶
PythonFunction
is a metadata of a Python function to be executed in PythonRunner.
Creating Instance¶
PythonFunction
takes the following to be created:
- Command (
Array[Byte]
) - Environment Variables (
Map[String, String]
) - Python Includes (
List[String]
) - Python Executable
- Python Version
- Broadcast Variables with PythonBroadcast]s
- PythonAccumulatorV2
PythonFunction
is created when...FIXME
Last update: 2021-02-19