MountOptions Class
Options that are specific to output which will be mounted.
Initialize a MountOptions.
- Inheritance
-
builtins.objectMountOptions
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
|