Which Vertex AI services track training metrics and epochs?
You work for a bank. You have been asked to develop an ML model that will support loan application decisions. You need to determine which Vertex AI services to include in the workflow. You want to track the model’s training parameters and the metrics per training epoch. You plan to compare the performance of each version of the model to determine the best model based on your chosen metrics. Which Vertex AI services should you use?
Community Votes
100% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests the distinction between tools for visualizing training progress (TensorBoard) versus those for hyperparameter tuning (Vizier) or feature management (Feature Store), ensuring you select services for tracking rather than optimization.
To track model training parameters and metrics per training epoch, and to compare the performance of different model versions, you should use Vertex ML Metadata, Vertex AI Experiments, and Vertex AI TensorBoard. This combination provides the necessary infrastructure for logging, visualizing, and comparing training runs.
A common mistake is selecting options with Vertex AI Vizier or Vertex AI Feature Store; Vizier is used for hyperparameter tuning optimization, not logging metrics, while Feature Store is for serving features to models, not tracking training parameters.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option C is correct because Vertex AI TensorBoard is the specific service designed to visualize metrics like loss and accuracy per training epoch. Vertex AI Experiments allows you to organize multiple training runs and compare their performance metrics side-by-side. Vertex ML Metadata underpins this process by storing the artifacts, parameters, and lineage, ensuring that all data is tracked centrally.Why the Other Options Are Wrong
Options A and B are incorrect because they include Vertex AI Vizier, which is a service for hyperparameter tuning (optimizing parameters to find the best values) rather than simply tracking and visualizing metrics per epoch. Option D is incorrect because it includes Vertex AI Feature Store, which is used for storing and serving feature values, not for tracking training parameters or visualizing epoch-level metrics.Community Comment Notes
The community consensus heavily favors Option C, with users explicitly noting that TensorBoard is required to track metrics "per training epoch." Comments also highlight the synergy between Vertex ML Metadata for tracking parameters and Vertex AI Experiments for managing and visualizing the results of different model versions.Official Reference
Exam Strategy
Identify keywords such as "per epoch," "visualize," or "training curves" to immediately select Vertex AI TensorBoard. If the question also asks to compare different versions or runs, ensure Vertex AI Experiments is included in the solution.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →