
Answer-first summary for fast verification
Answer: Use AutoML Natural Language to build and test a classifier. Deploy the model as a REST API.
The correct answer is B. Using AutoML Natural Language is faster and easier for quickly building, testing, and deploying a classifier, which meets the requirements of the scenario. Additionally, AutoML provides a convenient REST API for model deployment, which simplifies the process and allows for efficient integration into the support system.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you are managing a support system with a large corpus of written support cases that can be classified into 3 separate categories: Technical Support, Billing Support, or Other Issues. Your goal is to quickly build, test, and deploy an automated service that will classify future written requests into one of these categories. Considering the need for fast development and deployment, how should you configure the machine learning pipeline?
A
Use the Cloud Natural Language API to obtain metadata to classify the incoming cases.
B
Use AutoML Natural Language to build and test a classifier. Deploy the model as a REST API.
C
Use BigQuery ML to build and test a logistic regression model to classify incoming requests. Use BigQuery ML to perform inference.
D
Create a TensorFlow model using Google’s BERT pre-trained model. Build and test a classifier, and deploy the model using Vertex AI.
No comments yet.