AI-102 Question 18
Single answerA retail company wants to implement a generative AI solution to create personalized product descriptions for their e-commerce platform. They need a service that can efficiently handle text generation with pre-trained models, but they do not want to manage the underlying infrastructure. Which Azure service should they select?
- A
Azure OpenAI Service
- B
Azure Machine Learning
- C
Azure Bot Service
- D
Azure Cognitive Search
Show answer and explanation
Correct answer: A
Explanation
Azure OpenAI Service is the appropriate service for this scenario because it provides access to pre-trained generative models like GPT for tasks such as creating personalized product descriptions. This eliminates the need for managing infrastructure, aligning with the company's requirements. The other services mentioned either do not specialize in generative AI or are aimed at different use cases, making them unsuitable for this specific need.
- A. Correct.
Azure OpenAI Service provides access to powerful pre-trained generative models like GPT, making it ideal for text generation tasks such as personalized product descriptions. It abstracts infrastructure management, aligning with the company's requirements.
- B. Incorrect.
Azure Machine Learning is a robust platform for building and training custom machine learning models, but it is not specifically optimized for generative AI tasks or pre-trained language models like GPT.
- C. Incorrect.
Azure Bot Service is used to build conversational bots and is not suitable for text generation beyond conversational use cases.
- D. Incorrect.
Azure Cognitive Search is designed for search and indexing capabilities, not for generating text or implementing generative AI solutions.