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 |
|---|---|
ModelParametersSchema |
parameters |
description, dest, error_count, exception, key, messages, msec, progress, progress_msg, start_time, status__meta, _impl_class, _version_pattern, EXCLUDE_FIELDS, INCLUDE_FIELDS| Constructor and Description |
|---|
ModelBuilderJobV3() |
| Modifier and Type | Method and Description |
|---|---|
S |
fillFromImpl(ModelBuilder builder)
Version and Schema-specific filling from the implementation object.
|
createImpl, fillFromImpl, link, writeHTML_implcreateAndFillImpl, fillFromParms, fillImpl, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML, writeJSON_impl, writeJSON@API(help="Model builder parameters.", direction=OUTPUT) public ModelParametersSchema parameters
public S fillFromImpl(ModelBuilder builder)
SchemafillFromImpl in class Schema<J extends ModelBuilder,S extends ModelBuilderJobV3<J,S>>