
Explanation:
Based on the requirements for an AI application that enables employees to view open customer claims, retrieve details for individual claims, and access associated claim documents, the optimal solution is B: Use Agents for Amazon Bedrock with Amazon Bedrock knowledge bases to build the application.
Agents for Amazon Bedrock: This service provides AI-powered conversational agents that can understand natural language queries from employees. These agents can be configured to handle specific workflows like checking claim status, retrieving claim details, and accessing documents through conversational interfaces.
Amazon Bedrock Knowledge Bases: This feature allows you to create repositories of structured and unstructured data that can be accessed by Bedrock agents. For this use case:
Integration Capabilities: The combination allows seamless integration where:
A: Use Agents for Amazon Bedrock with Amazon Fraud Detector
C: Use Amazon Personalize with Amazon Bedrock knowledge bases
D: Use Amazon SageMaker to build the application by training a new ML model
The solution using Agents for Amazon Bedrock with knowledge bases is optimal because:
This approach aligns with AWS best practices for building generative AI applications that need to access and process both structured and unstructured enterprise data.
Ultimate access to all questions.
No comments yet.
A company needs to build an AI application that enables employees to view open customer claims, retrieve details for individual claims, and access associated claim documents.
Which AWS solution best meets these requirements?
A
Use Agents for Amazon Bedrock with Amazon Fraud Detector to build the application.
B
Use Agents for Amazon Bedrock with Amazon Bedrock knowledge bases to build the application.
C
Use Amazon Personalize with Amazon Bedrock knowledge bases to build the application.
D
Use Amazon SageMaker to build the application by training a new ML model.