Package | Description |
---|---|
org.datavec.api.split |
Modifier and Type | Class and Description |
---|---|
class |
CollectionInputSplit |
class |
FileSplit |
class |
TransformSplit |
Modifier and Type | Method and Description |
---|---|
static TransformSplit |
TransformSplit.ofSearchReplace(@NonNull BaseInputSplit sourceSplit,
@NonNull String search,
@NonNull String replace)
Static factory method, replace the string version of the URI with a simple search-replace pair
|
Constructor and Description |
---|
TransformSplit(@NonNull BaseInputSplit sourceSplit,
@NonNull TransformSplit.URITransform transform)
Apply a given transformation to the raw URI objects
|
Copyright © 2022. All rights reserved.