LocalFileDataSource | R Documentation |
Represents a data source within the local filesystem.
sagemaker.core::DataSource
-> LocalFileDataSource
new()
Initialize LocalFileDataSource class
LocalFileDataSource$new(root_path)
root_path
(str):
get_file_list()
Retrieve the list of absolute paths to all the files in this data source.
LocalFileDataSource$get_file_list()
List[str] List of absolute paths.
get_root_dir()
Retrieve the absolute path to the root directory of this data source.
LocalFileDataSource$get_root_dir()
str: absolute path to the root directory of this data source.
clone()
The objects of this class are cloneable with this method.
LocalFileDataSource$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.