
Answer-first summary for fast verification
Answer: TFX
TensorFlow Extended (TFX) is the most suitable choice as it is specifically designed for managing the entire machine learning pipeline in production environments. It offers comprehensive tools for data validation, model training, evaluation, and serving, along with metadata management and model validation features, ensuring high-quality production ML models. Vertex AI (A) is a managed ML platform that simplifies the ML workflow but offers less granular control compared to TFX. SageMaker (B) is an AWS service and not directly applicable in a GCP environment. Kubeflow (C) focuses on orchestrating ML workflows in Kubernetes but lacks the specialized tools for production ML that TFX provides.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company operates a global e-commerce platform that utilizes TensorFlow-based deep learning models for processing Analytics-360 data to personalize user experiences and optimize logistics. Initially, these models delivered high accuracy, but over time, performance has degraded due to evolving data patterns. The models are currently deployed on Compute Engine and GKE. Your team is now looking for a solution that not only addresses the accuracy decline but also provides end-to-end control over the machine learning lifecycle, from data validation and model training to deployment and monitoring, ensuring scalability and compliance with data privacy regulations. Which of the following tools best meets these requirements? (Choose one correct option)
A
Vertex AI
B
SageMaker
C
Kubeflow
D
TFX
No comments yet.