create_file_dataset_from_files {azuremlsdk} | R Documentation |
Create a FileDataset to represent file streams.
Description
Create a FileDataset to represent file streams.
Usage
create_file_dataset_from_files(path, validate = TRUE)
Arguments
path |
A data path in a registered datastore or a local path. |
validate |
Indicates whether to validate if data can be loaded from the returned dataset. Defaults to True. Validation requires that the data source is accessible from the current compute. |
Value
The FileDataset object
See Also
[Package azuremlsdk version 1.10.0 Index]