AIF-C01 · Question #377
AIF-C01 Question #377: Real Exam Question with Answer & Explanation
The correct answer is B: Use Amazon Bedrock batch inference. Generate responses asynchronously.. Amazon Bedrock batch inference allows large volumes of prompts to be processed asynchronously through a managed API, making it ideal for generating synthetic data at scale without requiring immediate responses or custom orchestration logic.
Question
A company wants to generate synthetic data responses for multiple prompts from a large volume of data. The company wants to use an API method to generate the responses. The company does not need to generate the responses immediately. Which solution meets these requirements with the LEAST development effort?
Options
- AInput the prompts into the model. Generate responses by using real-time inference.
- BUse Amazon Bedrock batch inference. Generate responses asynchronously.
- CUse Amazon Bedrock agents. Build an agent system to process the prompts recursively.
- DUse AWS Lambda functions to automate the task. Submit one prompt after another and store
Explanation
Amazon Bedrock batch inference allows large volumes of prompts to be processed asynchronously through a managed API, making it ideal for generating synthetic data at scale without requiring immediate responses or custom orchestration logic.
Topics
Community Discussion
No community discussion yet for this question.