| Package | Description |
|---|---|
| org.datavec.api.records.reader.impl.regex |
| Class and Description |
|---|
| RegexSequenceRecordReader.LineErrorHandling
Error handling mode: How should invalid lines (i.e., those that don't match the provided regex) be handled?
FailOnInvalid: Throw an IllegalStateException when an invalid line is found SkipInvalid: Skip invalid lines (quietly, with no warning) SkipInvalidWithWarning: Skip invalid lines, but log a warning |
Copyright © 2020. All rights reserved.