get_file_dataset_paths {azuremlsdk}R Documentation

Get a list of file paths for each file stream defined by the dataset.

Description

Get a list of file paths for each file stream defined by the dataset. The file paths are relative paths for local files when the file srteam are downloaded or mounted. A common prefix will be removed from the file paths based on how data source was specified to create the dataset.

Usage

get_file_dataset_paths(dataset)

Arguments

dataset

The Dataset object.

Value

A list of file paths.


[Package azuremlsdk version 1.10.0 Index]