QuestionQ21
Implement machine learning model lifecycle and operationsYou manage an Azure Machine Learning workspace.
You need to define an environment from a Docker image by using the Azure Machine Learning Python SDK v2.
Which parameter should be used?
- A conda_file
- B properties
- C build
- D image
Community Discussion