← Volver

Vista previa

Editar
AWS AI Practitioner

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?

A Input the prompts into the model. Generate responses by using real-time inference.
B Use Amazon Bedrock batch inference. Generate responses asynchronously. ✓ Correcta
C Use Amazon Bedrock agents. Build an agent system to process the prompts recursively.
D Use AWS Lambda functions to automate the task. Submit one prompt after another and store each response.