QuestionQ21

Implement machine learning model lifecycle and operations

You 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
Explanation

The image parameter specifies the URI of the Docker image used for an Azure Machine Learning environment. build instead specifies a Docker build context; conda_file supplies Conda dependencies; and properties is metadata.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!