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 FormSchema.Meta
Modifier and Type | Field and Description |
---|---|
int |
error_count |
ValidationMessageV3[] |
messages |
ModelParametersSchema |
parameters |
dev_msg, exception_msg, exception_type, http_status, msg, stacktrace, timestamp, values
Constructor and Description |
---|
H2OModelBuilderErrorV3() |
httpStatus
createAndFillImpl, createImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setField
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
httpStatus
@API(help="Model builder parameters.", direction=OUTPUT) public ModelParametersSchema parameters
@API(help="Parameter validation messages", direction=OUTPUT) public ValidationMessageV3[] messages