
Ultimate access to all questions.
You have an Azure Machine Learning workspace with an existing environment for training jobs that uses a specific Docker image. A new version of this Docker image is now available.
Using the Azure Machine Learning SDK v2, how can you update the environment to use the latest version of the Docker image?
A
Modify the conda_file to specify the new version of the Docker image._
B
Use the Environment class to create a new version of the environment.
C
Use the create_or_update method to change the tag of the image.
D
Change the description parameter of the environment configuration.