PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #326
You are building an ML pipeline to process and analyze both streaming and batch datasets. You need the pipeline to handle data validation, preprocessing, model training, and model deployment in a cons
The correct answer is D. Implement an orchestration framework such as Kubeflow Pipelines or Vertex AI Pipelines.. Vertex AI Pipelines (or Kubeflow Pipelines) are designed for orchestrating end-to-end ML workflows. They support consistent execution of validation, preprocessing, training, and deployment steps, capture metadata automatically, allow for easy reproducibility, and promote reuse of
Question
Options
- AUse Cloud Composer for distributed processing of batch and streaming data in the pipeline.
- BUse Dataflow for distributed processing of batch and streaming data in the pipeline.
- CUse Cloud Build to build and push Docker images for each pipeline component.
- DImplement an orchestration framework such as Kubeflow Pipelines or Vertex AI Pipelines.
How the community answered
(36 responses)- A3% (1)
- B11% (4)
- C3% (1)
- D83% (30)
Explanation
Vertex AI Pipelines (or Kubeflow Pipelines) are designed for orchestrating end-to-end ML workflows. They support consistent execution of validation, preprocessing, training, and deployment steps, capture metadata automatically, allow for easy reproducibility, and promote reuse of custom components. This makes them the most efficient and scalable solution for your
Topics
Community Discussion
No community discussion yet for this question.