MicrosoftMicrosoft
DP-100 · Question #368
DP-100 Question #368: Real Exam Question with Answer & Explanation
Sign in or unlock DP-100 to reveal the answer and full explanation for question #368. The question stem and answer options stay visible for context.
Design and prepare a machine learning solution
Question
You manage an Azure Machine Learning workspace named workspace1. You must develop Python SDK v2 code to add a compute instance to workspace1. The code must import all required modules and call the constructor of the ComputeInstance class. You need to add the instantiated compute instance to workspace1. What should you use?
Options
- Aconstructor of the azure.ai.ml.ComputeSchedule class
- Bconstructor of the azure.ai.ml.ComputePowerAction enum
- Cbegin_create_or_update method of an instance of the azure.ai.ml.MLCIient class
- Dset_resources method of an instance of the azure.ai.ml.Command class
Unlock DP-100 to see the answer
You've previewed enough free DP-100 questions. Unlock DP-100 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure Machine Learning#Compute Instance#Python SDK v2#Resource Provisioning