
Answer-first summary for fast verification
Answer: image
The correct answer is B (image). According to the Azure Machine Learning Python SDK v2 documentation and the community discussion with the highest upvotes (17 upvotes), when defining an environment from a Docker image, the 'image' parameter should be used to specify the Docker image name. The 'build' parameter is used when defining an environment from a Dockerfile, not from an existing Docker image. The community consensus strongly supports 'image' as the correct parameter, with detailed reasoning that aligns with Microsoft's official documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are using the Azure Machine Learning Python SDK v2 to define an environment from a Docker image.
Which parameter should you specify?
A
properties
B
image
C
build
D
conda_file