If you're using the Dataflow runner, https://cloud.google.com/dataflow/docs/concepts/security-and-permissions#permissions has some info as well - basically you'd want to make sure the worker service account has access to the Vertex endpoint you're using.
Thanks, Danny On Thu, Oct 9, 2025 at 9:18 AM XQ Hu via user <[email protected]> wrote: > I think > https://cloud.google.com/dataflow/docs/notebooks/run_inference_vertex_ai > has more details for you to get started. > > On Thu, Oct 9, 2025 at 7:14 AM Marc _ <[email protected]> wrote: > >> Hello all >> i want to port this example to a real dataflow pipeline i am running, as >> i want to move from >> OpenAI to dataflow >> >> >> https://github.com/blueviggen/beam-remote-llm-examples/blob/main/gemma_runinference_example.ipynb >> >> Could anyone advise on the authentication side for accessing VertexAI? >> >> Kind regards >> Marco >> >
