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__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_implacceptsFrame, createAndFillImpl, extractVersion, fillFromParms, fillImpl, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, 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
@API(help="Parameter validation messages", direction=OUTPUT) public ValidationMessageBase[] messages
public S fillFromImpl(ModelBuilder builder)
SchemafillFromImpl in class Schema<J extends ModelBuilder,S extends ModelBuilderJobV3<J,S>>