Topic 1 Question 67
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?
Use the Cloud Natural Language API to obtain metadata to classify the incoming cases.
Use AutoML Natural Language to build and test a classifier. Deploy the model as a REST API.
Use BigQuery ML to build and test a logistic regression model to classify incoming requests. Use BigQuery ML to perform inference.
Create a TensorFlow model using Google’s BERT pre-trained model. Build and test a classifier, and deploy the model using Vertex AI.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: B
ans: B
A => no, you need customization. C, B => more work and complexity
B => AutoML is easier and faster and "you need to quickly build, test, and deploy". Also the REST API part fits our use case.
👍 6wish00352022/12/15 - 正解だと思う選択肢: B
B wish0035 explained
👍 3hiromi2022/12/16 B will give quick result on classification
👍 1Vedjha2022/12/08
シャッフルモード