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

Constructor

DataLocation(dataset=None, data_path=None, uri=None)

Parameters

Name Description
dataset
str

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