RecordIOSplitter | R Documentation |
Not useful for string content.
sagemaker.core::Splitter
-> RecordIOSplitter
split()
Split a file into records using a specific strategy This RecordIOSplitter splits the data into individual RecordIO records.
RecordIOSplitter$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.
RecordIOSplitter$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.