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

Name Description
config
Required
dict or list

The configuration passed to the context manager.

ignore_already_mounted_error

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

Default value: False
force_mount_with_allow_other

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

Default value: False