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._AbstractRunConfigElement
DataReferenceConfiguration

Constructor

DataReferenceConfiguration(datastore_name=None, mode='mount', path_on_datastore=None, path_on_compute=None, overwrite=False)

Parameters

datastore_name
str
default value: None

The name of the datastore.

mode
str
default value: mount

An operation on the datastore: 'mount', 'download', or 'upload'.

path_on_datastore
str
default value: None

The relative path on the datastore.

path_on_compute
str
default value: None

The path on the compute target.

overwrite
bool
default value: False

Indicates whether to overwrite existing data.