Question 168 of 280
Single answerYou need to develop an image classification model by using a large dataset that contains labeled images in a Cloud Storage bucket. What should you do?
AUse Vertex AI Pipelines with the Kubeflow Pipelines SDK to create a pipeline that reads the images from Cloud Storage and trains the model.
BUse Vertex AI Pipelines with TensorFlow Extended (TFX) to create a pipeline that reads the images from Cloud Storage and trains the model.
✓CImport the labeled images as a managed dataset in Vertex AI and use AutoML to train the model.
DConvert the image dataset to a tabular format using Dataflow Load the data into BigQuery and use BigQuery ML to train the model.
✓
Correct Answer: C
Import the labeled images as a managed dataset in Vertex AI and use AutoML to train the model.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.