Topic 1 Question 78
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?
Delete the custom model. Remove the confidential data from the training dataset. Retrain the custom model.
Mask the confidential data in the inference responses by using dynamic data masking.
Encrypt the confidential data in the inference responses by using Amazon SageMaker.
Encrypt the confidential data in the custom model by using AWS Key Management Service (AWS KMS).
ユーザの投票
コメント(9)
- 正解だと思う選択肢: A
A: Delete the custom model. Remove the confidential data from the training dataset. Retrain the custom model.
Explanation: If the training dataset contains confidential data, the model may inadvertently learn and generate responses based on that data. The only way to ensure that the model does not generate responses based on the confidential data is to:
Remove the confidential data from the training dataset. Retrain the custom model using the updated dataset. This process ensures that the model is not influenced by the sensitive information.
👍 3Moon2024/12/31 - 正解だと思う選択肢: B
This is the most efficient method, effectively maintaining data privacy and security.
👍 2Amitst2024/12/04 - 正解だと思う選択肢: B
The company should mask the confidential information
👍 2Dandelion20252024/12/06
シャッフルモード