
Ultimate access to all questions.
Your team is developing a machine learning (ML) solution on Google Cloud to classify customer support requests for a digital platform. The solution must leverage TensorFlow for model development to ensure full control over the model's code, serving, and deployment, with Kubeflow pipelines as the ML platform. Given the project's constraints, including the need for rapid development, cost efficiency, and the ability to customize the model for specific support request nuances, which approach should you take to build the classifier? Choose the best option.
A
Use the Google Cloud Natural Language API directly for classifying support requests, as it requires minimal setup and no model training.
B
Employ Google Cloud AutoML Natural Language to automatically create and train a custom model for support request classification, leveraging its no-code interface.
C
Utilize a pre-trained text classification model available on AI Platform for transfer learning, fine-tuning it with your dataset to adapt to the specific context of support requests.
D
Apply a pre-existing text classification model on AI Platform without any modifications, assuming it will perform well on your support requests due to its general training.