public interface JobInvoker
JobInvocation
instances.Modifier and Type | Method and Description |
---|---|
JobInvocation |
invoke(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline,
org.apache.beam.vendor.protobuf.v3.com.google.protobuf.Struct options,
java.lang.String retrievalToken)
Start running a job, abstracting its state as a
JobInvocation instance. |
JobInvocation invoke(org.apache.beam.model.pipeline.v1.RunnerApi.Pipeline pipeline, org.apache.beam.vendor.protobuf.v3.com.google.protobuf.Struct options, @Nullable java.lang.String retrievalToken) throws java.io.IOException
JobInvocation
instance.java.io.IOException