public class ModelBuilderV3<J extends ModelBuilder,S extends ModelBuilderV3<J,S>> extends Schema<J,S>
H2OModelBuilderErrorV3,
Serialized FormSchema.Meta| Modifier and Type | Field and Description |
|---|---|
int |
error_count |
ValidationMessageBase[] |
messages |
ModelParametersSchema |
parameters |
| Constructor and Description |
|---|
ModelBuilderV3() |
| Modifier and Type | Method and Description |
|---|---|
S |
fillFromImpl(J builder)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setFieldclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSON@API(help="Model builder parameters.", direction=OUTPUT) public ModelParametersSchema parameters
@API(help="Info, warning and error messages; NOTE: can be appended to while the Job is running", direction=OUTPUT) public ValidationMessageBase[] messages
public S fillFromImpl(J builder)
SchemafillFromImpl in class Schema<J extends ModelBuilder,S extends ModelBuilderV3<J,S>>