Package | Description |
---|---|
org.datavec.api.split |
Modifier and Type | Class and Description |
---|---|
class |
CollectionInputSplit
A simple InputSplit based on a collection of URIs
|
class |
FileSplit
File input split.
|
class |
TransformSplit
InputSplit implementation that maps the URIs of a given BaseInputSplit to new URIs.
|
Modifier and Type | Method and Description |
---|---|
static TransformSplit |
TransformSplit.ofSearchReplace(BaseInputSplit sourceSplit,
String search,
String replace)
Static factory method, replace the string version of the URI with a simple search-replace pair
|
Constructor and Description |
---|
TransformSplit(BaseInputSplit sourceSplit,
TransformSplit.URITransform transform)
Apply a given transformation to the raw URI objects
|
Copyright © 2017. All rights reserved.