DP-100 · Question #363
DP-100 Question #363: Real Exam Question with Answer & Explanation
The correct answer is B: ScriptRunConfig. To submit a training run in Azure Machine Learning using Python code, you should create a ScriptRunConfig object. This class defines the configuration information needed for running a training script on a compute target. The ScriptRunConfig class allows you to specify the compute
Question
You use the Azure Machine Learning SDK for Python v1 and notebooks to train a model. You create a compute target, an environment, and a training script by using Python code. You need to prepare information to submit a training run. Which class should you use?
Options
- AScriptRun
- BScriptRunConfig
- CRunConfiguration
- DRun
Explanation
To submit a training run in Azure Machine Learning using Python code, you should create a ScriptRunConfig object. This class defines the configuration information needed for running a training script on a compute target. The ScriptRunConfig class allows you to specify the compute target, the environment, the training script, and any script arguments or data references needed
Topics
Community Discussion
No community discussion yet for this question.