S3DataSource | R Documentation |
The contents will be downloaded and then processed as local data.
sagemaker.core::DataSource
-> S3DataSource
new()
Create an S3DataSource instance.
S3DataSource$new(bucket, prefix, sagemaker_session)
bucket
(str): S3 bucket name
prefix
(str): S3 prefix path to the data
sagemaker_session
(:class:'sagemaker.session.Session'): a sagemaker_session with the desired settings to talk to S3
get_file_list()
Retrieve the list of absolute paths to all the files in this data source.
S3DataSource$get_file_list()
List(str): List of absolute paths.
get_root_dir()
Retrieve the absolute path to the root directory of this data source.
S3DataSource$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.
S3DataSource$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.