Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to develop an image classification model using a large dataset of labeled images stored in a Cloud Storage bucket. What should you do?
A
Use Vertex AI Pipelines with the Kubeflow Pipelines SDK to create a pipeline that reads the images from Cloud Storage and trains the model.
B
Use Vertex AI Pipelines with TensorFlow Extended (TFX) to create a pipeline that reads the images from Cloud Storage and trains the model.
C
Import the labeled images as a managed dataset in Vertex AI and use AutoML to train the model.
D
Convert the image dataset to a tabular format using Dataflow Load the data into BigQuery and use BigQuery ML to train the model.