DataLocation Class
Used in the Data class for managing the location of data to use in a run.
Class Dataset constructor.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementDataLocation
Constructor
DataLocation(dataset=None, data_path=None, uri=None)
Parameters
Name | Description |
---|---|
dataset
|
The Dataset used for the run. Specify either a dataset or a datapath. Default value: None
|
data_path
|
The DataPath used for the run. Specify either a dataset or a datapath. Default value: None
|
uri
|
Default value: None
|