RecordIOSplitter: Split using Amazon Recordio.

RecordIOSplitterR Documentation

Split using Amazon Recordio.

Description

Not useful for string content.

Super class

sagemaker.core::Splitter -> RecordIOSplitter

Methods

Public methods

Inherited methods

Method split()

Split a file into records using a specific strategy This RecordIOSplitter splits the data into individual RecordIO records.

Usage
RecordIOSplitter$split(file)
Arguments
file

(str): path to the file to split

Returns

generator for the individual records that were split from the file


Method clone()

The objects of this class are cloneable with this method.

Usage
RecordIOSplitter$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.