AWS Certified Machine Learning – Specialty — Question 104

A medical imaging company wants to train a computer vision model to detect areas of concern on patients' CT scans. The company has a large collection of unlabeled CT scans that are linked to each patient and stored in an Amazon S3 bucket. The scans must be accessible to authorized users only. A machine learning engineer needs to build a labeling pipeline.
Which set of steps should the engineer take to build the labeling pipeline with the LEAST effort?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a private workforce and using Amazon SageMaker Ground Truth with the built-in bounding box task type is specifically designed for labeling tasks like those required for CT scans. Options A and D involve more complex setups that require additional resources and development work, while option B is less suitable because it focuses on image classification rather than the bounding box task that is more appropriate for identifying areas of concern in medical images.