Question 95 of 280
Single answerYou are developing an ML model that uses sliced frames from video feed and creates bounding boxes around specific objects. You want to automate the following steps in your training pipeline: ingestion and preprocessing of data in Cloud Storage, followed by training and hyperparameter tuning of the object model using Vertex AI jobs, and finally deploying the model to an endpoint. You want to orchestrate the entire pipeline with minimal cluster management. What approach should you use?
AUse Kubeflow Pipelines on Google Kubernetes Engine.
BUse Vertex AI Pipelines with TensorFlow Extended (TFX) SDK.
✓CUse Vertex AI Pipelines with Kubeflow Pipelines SDK.
DUse Cloud Composer for the orchestration.
✓
Correct Answer: C
Use Vertex AI Pipelines with Kubeflow Pipelines SDK.
▥
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.