apache_beam.portability.api.beam_job_api_pb2_grpc module¶
- 
class 
apache_beam.portability.api.beam_job_api_pb2_grpc.JobServiceStub(channel)[source]¶ Bases:
objectJob Service for running RunnerAPI pipelines
Constructor.
Parameters: channel – A grpc.Channel. 
- 
class 
apache_beam.portability.api.beam_job_api_pb2_grpc.JobServiceServicer[source]¶ Bases:
objectJob Service for running RunnerAPI pipelines
- 
Prepare(request, context)[source]¶ Prepare a job for execution. The job will not be executed until a call is made to run with the returned preparationId.
-