datapath Module
Contains functionality to create references to data in datastores.
This module contains the DataPath class, which represents the location of data, and the DataPathComputeBinding class, which represents how the data is made available on the compute targets.
Classes
DataPath |
Represents a path to data in a datastore. The path represented by DataPath object can point to a directory or a data artifact (blob, file). DataPath is used in combination with the DataPathComputeBinding class, which defines how the data is consumed during pipeline step execution. A DataPath can be modified at during pipeline submission with the PipelineParameter. Initialize DataPath. |
DataPathComputeBinding |
Configure how data defined by DataPath is made available on a compute target. DataPath configuration indicates how the data will be used on the compute target, that is uploaded or mounted, as well as if the data should be overwritten. Initialize DataPathComputeBinding. |