@Internal public interface PythonEnvironmentManager extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
PythonEnvironment |
createEnvironment()
Creates the PythonEnvironment object used to execute Python functions.
|
void |
open()
Initialize the environment manager.
|
close
PythonEnvironment createEnvironment() throws Exception
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.