Q20 — AWS AIF-C01 Ch.1

Question 20 of 100 | ← Chapter 1

A company has built a deep learning model for object detection and deployed it into production. When the model analyzes images to identify objects, which generative AI process occurs?

Correct Answer: B. Inference

Explanation

This question tests understanding of the ML lifecycle. During production operation, when a trained model processes new input (e.g., images) to produce predictions (e.g., object labels), this is called inference. Training involves learning patterns from labeled data; model deployment refers to making the trained model available for inference; bias correction addresses fairness issues post-training. Thus, option B ('Inference') is correct.