public class ModelBuilderJobV3<J extends ModelBuilder,S extends ModelBuilderJobV3<J,S>> extends JobV3<J,S>
H2OModelBuilderErrorV3,
Serialized FormSchema.Meta| Modifier and Type | Field and Description |
|---|---|
int |
error_count |
ValidationMessageBase[] |
messages |
ModelParametersSchema |
parameters |
description, dest, exception, key, msec, progress, progress_msg, start_time, status| Constructor and Description |
|---|
ModelBuilderJobV3() |
| Modifier and Type | Method and Description |
|---|---|
S |
fillFromImpl(ModelBuilder builder)
Fill this Schema from the given implementation object.
|
createImpl, fillFromImpl, linkcreateAndFillImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setFieldclone, 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(ModelBuilder builder)
SchemafillFromImpl in class Schema<J extends ModelBuilder,S extends ModelBuilderJobV3<J,S>>