Valid Professional-Machine-Learning-Engineer Dumps shared by ExamDiscuss.com for Helping Passing Professional-Machine-Learning-Engineer Exam! ExamDiscuss.com now offer the newest Professional-Machine-Learning-Engineer exam dumps, the ExamDiscuss.com Professional-Machine-Learning-Engineer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Professional-Machine-Learning-Engineer dumps with Test Engine here:
You are designing an architecture with a serverless ML system to enrich customer support tickets with informative metadata before they are routed to a support agent. You need a set of models to predict ticket priority, predict ticket resolution time, and perform sentiment analysis to help agents make strategic decisions when they process support requests. Tickets are not expected to have any domain-specific terms or jargon. The proposed architecture has the following flow: Which endpoints should the Enrichment Cloud Functions call?
Correct Answer: B
https://cloud.google.com/architecture/architecture-of-a-serverless-ml-model#architecture The architecture has the following flow: A user writes a ticket to Firebase, which triggers a Cloud Function. -The Cloud Function calls 3 different endpoints to enrich the ticket: -An AI Platform endpoint, where the function can predict the priority. -An AI Platform endpoint, where the function can predict the resolution time. -The Natural Language API to do sentiment analysis and word salience. -For each reply, the Cloud Function updates the Firebase real-time database. -The Cloud Function then creates a ticket into the helpdesk platform using the RESTful API.