Google Cloud Professional Machine Learning Engineer — Question 63

You have a large corpus of written support cases that can be classified into 3 separate categories: Technical Support, Billing Support, or Other Issues. You need to quickly build, test, and deploy a service that will automatically classify future written requests into one of the categories. How should you configure the pipeline?

Answer options

Correct answer: B

Explanation

The correct answer is B because AutoML Natural Language provides a streamlined way to build, test, and deploy custom machine learning models specifically for text classification tasks, which is ideal for this scenario. Option A does not create a classifier, option C focuses on a regression model rather than classification, and option D involves a more complex TensorFlow setup that may not be as efficient for rapid deployment.