public class H2OModelBuilderErrorV3 extends H2OErrorV3<H2OModelBuilderError,H2OModelBuilderErrorV3> implements SpecifiesHttpResponseCode
NOTE: parameters, validation_messages and error_count are in the schema in two places. This is intentional, so that a client can handle it like any other H2OErrorV1 by just rendering the values map, or like ModelBuilderSchema by looking at those fields directly.
ModelBuilderJobV3
,
Serialized FormSchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
int |
error_count |
ValidationMessageV3[] |
messages |
ModelParametersSchemaV3 |
parameters |
dev_msg, exception_msg, exception_type, http_status, msg, stacktrace, timestamp, values
__meta, _exclude_fields
Constructor and Description |
---|
H2OModelBuilderErrorV3() |
httpStatus
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
httpStatus
@API(help="Model builder parameters.", direction=OUTPUT) public ModelParametersSchemaV3 parameters
@API(help="Parameter validation messages", direction=OUTPUT) public ValidationMessageV3[] messages