NoneSplitter | R Documentation |
Does not split records, essentially reads the whole file.
sagemaker.core::Splitter
-> NoneSplitter
split()
Split a file into records using a specific strategy. For this NoneSplitter there is no actual split happening and the file is returned as a whole.
NoneSplitter$split(file)
file
(str): path to the file to split
generator for the individual records that were split from the file
clone()
The objects of this class are cloneable with this method.
NoneSplitter$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.