AWS Certified AI Practitioner (AIF-C01) — Question 80

An AI practitioner trained a custom model on Amazon Bedrock by using a training dataset that contains confidential data. The AI practitioner wants to ensure that the custom model does not generate inference responses based on confidential data.
How should the AI practitioner prevent responses based on confidential data?

Answer options

Correct answer: A

Explanation

The correct answer is A because deleting the custom model and removing the confidential data from the training dataset ensures that the model is not influenced by sensitive information, thus preventing any inference responses tied to that confidential data. Options B, C, and D do not eliminate the risk, as they only modify how the data is presented or stored rather than removing the source of the confidential data from the model entirely.