Topic 2 Question 43
You are developing a software application using Google's Dataflow SDK, and want to use conditional, for loops and other complex programming structures to create a branching pipeline. Which component will be used for the data processing operation?
PCollection
Transform
Pipeline
Sink API
解説
In Google Cloud, the Dataflow SDK provides a transform component. It is responsible for the data processing operation. You can use conditional, for loops, and other complex programming structure to create a branching pipeline. Reference: https://cloud.google.com/dataflow/model/programming-model
コメント(4)
- 👍 10[Removed]2020/03/21
Answer: B Description: Transform is used to create side output
👍 6[Removed]2020/03/28- 👍 3Sid_R2021/08/21
シャッフルモード