| 接口 | 说明 |
|---|---|
| PythonEnvironment |
The base interface of python environment for executing UDFs.
|
| PythonEnvironmentManager |
The base interface of python environment manager which is used to create the PythonEnvironment
object used to execute Python functions.
|
| 类 | 说明 |
|---|---|
| AbstractPythonEnvironmentManager |
The base class of python environment manager which is used to create the PythonEnvironment object
used to execute Python functions.
|
| AbstractPythonEnvironmentManager.PythonLeasedResource |
Python lease resource which includes environment variables and working directory of execution
python environment.
|
| PythonDependencyInfo |
PythonDependencyInfo contains the information of third-party dependencies.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.