DataSource: DataSource class

DataSourceR Documentation

DataSource class

Description

DataSource class

DataSource class

Methods

Public methods


Method get_file_list()

Retrieve the list of absolute paths to all the files in this data source.

Usage
DataSource$get_file_list()
Returns

List[str]: List of absolute paths.


Method get_root_dir()

Retrieve the absolute path to the root directory of this data source.

Usage
DataSource$get_root_dir()
Returns

str: absolute path to the root directory of this data source.


Method clone()

The objects of this class are cloneable with this method.

Usage
DataSource$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.