
Ultimate access to all questions.
You are tasked with automating a machine learning training pipeline that processes video frames into sliced images with bounding boxes around specific objects. The pipeline must ingest and preprocess data stored in Cloud Storage, train and fine-tune hyperparameters of the object detection model, and deploy the model to an endpoint. Given the requirements to minimize cluster administration and ensure scalability, which of the following approaches is the BEST to streamline this process? Choose one correct option.
A
Utilize Cloud Composer for orchestration, leveraging its integration with various Google Cloud services for workflow automation.
B
Use Vertex AI Pipelines with TensorFlow Extended (TFX) SDK, taking advantage of its specialized libraries for machine learning tasks.
C
Use Vertex AI Pipelines with Kubeflow Pipelines SDK, benefiting from its fully managed orchestration service and support for custom components.
D
Deploy Kubeflow Pipelines on Google Kubernetes Engine, manually managing the infrastructure to tailor the environment to specific needs.