DatasetContextManager Class

Manage the context for dataset download and mount actions. This class is not intended to be used directly.

Class DatasetContextManager constructor.

Inheritance
azureml.data.context_managers._CommonContextManager
DatasetContextManager

Constructor

DatasetContextManager(config, ignore_already_mounted_error=False, force_mount_with_allow_other=False)

Parameters

config
dict or list
Required

The configuration passed to the context manager.

ignore_already_mounted_error
bool
default value: False

Ignore mount error if something is already mounted to the same folder.

force_mount_with_allow_other
bool
default value: False

When set to true all mount will be mounted with allow_other = True (allowing access to the mount points for all OS users).