file_dataset Module
Contains functionality for referencing single or multiple files in datastores or public URLs.
For more information, see the article Add & register datasets. To get started working with a file dataset, see https://aka.ms/filedataset-samplenotebook.
Classes
FileDataset |
Represents a collection of file references in datastores or public URLs to use in Azure Machine Learning. A FileDataset defines a series of lazily-evaluated, immutable operations to load data from the data source into file streams. Data is not loaded from the source until FileDataset is asked to deliver data. A FileDataset is created using the from_files method of the FileDatasetFactory class. For more information, see the article Add & register datasets. To get started working with a file dataset, see https://aka.ms/filedataset-samplenotebook. Initialize the FileDataset object. This constructor is not supposed to be invoked directly. Dataset is intended to be created using FileDatasetFactory class. |