Google Cloud Professional Machine Learning Engineer — Question 266

You are developing a model to predict whether a failure will occur in a critical machine part. You have a dataset consisting of a multivariate time series and labels indicating whether the machine part failed. You recently started experimenting with a few different preprocessing and modeling approaches in a Vertex AI Workbench notebook. You want to log data and track artifacts from each run. How should you set up your experiments?

Answer options

Correct answer: C

Explanation

The correct answer is C because it specifies creating a Vertex AI TensorBoard instance and properly associates it with the experiment, allowing for effective tracking of artifacts. The other options either do not include TensorBoard or have incorrect function calls that would not log the metrics appropriately.