Interface PythonEnvironmentManager

    • Method Detail

      • open

        void open()
           throws Exception
        Initialize the environment manager.
        Throws:
        Exception
      • createEnvironment

        PythonEnvironment createEnvironment()
                                     throws Exception
        Creates the PythonEnvironment object used to execute Python functions.
        Returns:
        The PythonEnvironment object which represents the environment(embedded thread, process, docker, etc) the python worker would run in.
        Throws:
        Exception