PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #298
You are tasked with building an MLOps pipeline to retrain tree-based models in production. The pipeline will include components related to data ingestion, data processing, model training, model evalua
The correct answer is B. Set up a Vertex AI Pipelines to orchestrate the MLOps pipeline. Use the predefined Dataproc. This approach minimizes infrastructure management effort by leveraging Vertex AI Pipelines, a managed service designed for orchestrating machine learning workflows, which simplifies pipeline management. By using the predefined Dataproc component, you can easily integrate PySpark-
Question
Options
- ASet up a TensorFlow Extended (TFX) pipeline on Vertex AI Pipelines to orchestrate the MLOps
- BSet up a Vertex AI Pipelines to orchestrate the MLOps pipeline. Use the predefined Dataproc
- CSet up Kubeflow Pipelines on Google Kubernetes Engine to orchestrate the MLOps pipeline. Write
- DSet up Cloud Composer to orchestrate the MLOps pipeline. Use Dataproc workflow templates for
How the community answered
(34 responses)- A12% (4)
- B62% (21)
- C6% (2)
- D21% (7)
Explanation
This approach minimizes infrastructure management effort by leveraging Vertex AI Pipelines, a managed service designed for orchestrating machine learning workflows, which simplifies pipeline management. By using the predefined Dataproc component, you can easily integrate PySpark-based workloads running on Dataproc without the need to write custom components. This setup provides a scalable and efficient solution for orchestrating the entire MLOps pipeline, from data ingestion to deployment, with minimal manual intervention for infrastructure
Topics
Community Discussion
No community discussion yet for this question.