Learn R Programming

azuremlsdk (version 1.10.0)

get_file_dataset_paths: 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.