NoneSplitter: NoneSplitter class

NoneSplitterR Documentation

NoneSplitter class

Description

Does not split records, essentially reads the whole file.

Super class

sagemaker.core::Splitter -> NoneSplitter

Methods

Public methods

Inherited methods

Method 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.

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