@Internal public interface PythonEnvironmentManager extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
org.apache.beam.model.pipeline.v1.RunnerApi.Environment |
createEnvironment()
Creates the Environment object used in Apache Beam Fn API.
|
String |
createRetrievalToken()
Creates the RetrievalToken used in Apache Beam Fn API.
|
String |
getBootLog()
Returns the boot log of the Python Environment.
|
void |
open()
Initialize the environment manager.
|
close
org.apache.beam.model.pipeline.v1.RunnerApi.Environment createEnvironment() throws Exception
Exception
String createRetrievalToken() throws Exception
Exception
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.