AWS Certified Machine Learning – Specialty — Question 6

When submitting Amazon SageMaker training jobs using one of the built-in algorithms, which common parameters MUST be specified? (Choose three.)

Answer options

Correct answer: A, C, F

Explanation

The correct answers A, C, and F are mandatory parameters for submitting training jobs in Amazon SageMaker. The training channel (A) is needed to locate the data, the IAM role (C) allows SageMaker to perform actions on behalf of the user, and the output path (F) is where the model will be saved. Options B, D, and E are not essential for job submission; B and D are additional configurations, while E specifies instance type but is not required to initiate the job.