DataLocation Class
Used in the Data class for managing the location of data to use in a run.
Class Dataset constructor.
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
|