DP-100 · Question #181
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. This is a parallel variant of Question 1 presenting a different proposed solution. The core limitation remains: AKS inference clusters in Azure ML are exclusively for model deployment and real-time or batch scoring-they cannot be used as training compute. Any solution that routes
Question
Options
- AYes
- BNo
How the community answered
(18 responses)- A22% (4)
- B78% (14)
Explanation
This is a parallel variant of Question 1 presenting a different proposed solution. The core limitation remains: AKS inference clusters in Azure ML are exclusively for model deployment and real-time or batch scoring-they cannot be used as training compute. Any solution that routes a training script to an AKS inference target will not succeed. The correct approach is to use a dedicated training compute type (e.g., AmlCompute cluster). Since this solution also fails to meet the stated goal, the answer is No.
Topics
Community Discussion
No community discussion yet for this question.