PythonFunction¶
PythonFunction
is 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 (
JList[Broadcast[PythonBroadcast]]
) -
PythonAccumulatorV2
PythonFunction
is created when...FIXME
Last update: 2020-10-02