| Interface | Description |
|---|---|
| PythonFunction |
The base interface of a wrapper of a Python function.
|
| Class | Description |
|---|---|
| PythonEnv |
Python execution environments.
|
| PythonFunctionInfo |
PythonFunctionInfo contains the execution information of a Python function, such as:
the actual Python function, the input arguments, etc.
|
| SimplePythonFunction |
A simple implementation of
PythonFunction. |
| Enum | Description |
|---|---|
| PythonEnv.ExecType |
The Execution type specifies how to execute the Python function.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.