DataReferenceConfiguration Class
Represents configuration-specific data sources available during a run.
This class is used in the RunConfiguration class.
Class DataReferenceConfiguration constructor.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementDataReferenceConfiguration
Constructor
DataReferenceConfiguration(datastore_name=None, mode='mount', path_on_datastore=None, path_on_compute=None, overwrite=False)
Parameters
Name | Description |
---|---|
datastore_name
|
The name of the datastore. Default value: None
|
mode
|
An operation on the datastore: 'mount', 'download', or 'upload'. Default value: mount
|
path_on_datastore
|
The relative path on the datastore. Default value: None
|
path_on_compute
|
The path on the compute target. Default value: None
|
overwrite
|
Indicates whether to overwrite existing data. Default value: False
|