Microsoft
DP-100 · Question #366
You manage an Azure Machine Learning workspace. You have an environment for training jobs which uses an existing Docker image. A new version of the Docker image is available. You need to use the lates
Sign in or unlock DP-100 to reveal the answer and full explanation for question #366. 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. You have an environment for training jobs which uses an existing Docker image. A new version of the Docker image is available. You need to use the latest version of the Docker image for the environment configuration by using the Azure Machine Learning SDK v2. What should you do?
Options
- AModify the conda_file to specify the new version of the Docker image.
- BUse the Environment class to create a new version of the environment.
- CUse the create_or_update method to change the tag of the image.
- DChange the description parameter of the environment configuration.
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 environments#Docker images#SDK v2#Environment management