Designing and Implementing a Data Science Solution on Azure — Question 148

You manage an Azure Machine Learning workspace.

You choose the uri_folder data type as an output of a pipeline component.

You need to define the data access mode that is supported by your configuration.

Which mode should you define?

Answer options

Correct answer: B

Explanation

The correct data access mode for the uri_folder data type is rw_mount, which allows both read and write access to the data. The other options, such as eval_upload and download, do not support the necessary read-write functionality, and ro_mount only allows read access.