public interface OutputRecord extends Record
Record
interface containing execution information, such as model used and error/warning
messages.Modifier and Type | Method and Description |
---|---|
String |
getError()
Return an error message in case of failure.
|
String |
getModelName()
Return the name of the model used to create the output record.
|
List<String> |
getWarnings()
|
asMap, getFieldNames, getFieldValue
String getModelName()
String getError()
null
if record was processed without errors.Copyright © 2005–2016 Zementis, Inc.. All rights reserved.