MountOptions Class

Mount options that controls how upload should behave.

This class is used in the OutputOptions class.

Create a MountOptions object.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
MountOptions

Constructor

MountOptions(disable_metadata_cache=False)

Parameters

Name Description
disable_metadata_cache

Whether to cache metadata in local node, if disabled a node will not be able to see files generated from other nodes during job running.

Default value: False