public class ModelBuilderV3<J extends ModelBuilder,S extends ModelBuilderV3<J,S>> extends SchemaV3<J,S>
H2OModelBuilderErrorV3
,
Serialized FormSchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
int |
error_count |
ValidationMessageV3[] |
messages |
ModelParametersSchemaV3 |
parameters |
__meta, _exclude_fields
Constructor and Description |
---|
ModelBuilderV3() |
Modifier and Type | Method and Description |
---|---|
S |
fillFromImpl(J builder)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, 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
@API(help="Model builder parameters.", direction=OUTPUT) public ModelParametersSchemaV3 parameters
@API(help="Info, warning and error messages; NOTE: can be appended to while the Job is running", direction=OUTPUT) public ValidationMessageV3[] messages
public S fillFromImpl(J builder)
Schema
fillFromImpl
in class Schema<J extends ModelBuilder,S extends ModelBuilderV3<J,S>>