public abstract class ModelParametersSchema<P extends Model.Parameters,S extends ModelParametersSchema<P,S>> extends Schema<P,S>
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelParametersSchema.ValidationMessageBase |
static class |
ModelParametersSchema.ValidationMessageV2 |
| Modifier and Type | Field and Description |
|---|---|
Key |
destination_key |
java.lang.String[] |
ignored_columns |
boolean |
score_each_iteration |
Frame |
training_frame |
Frame |
validation_frame |
_version_pattern, schema_name, schema_type, schema_version| Constructor and Description |
|---|
ModelParametersSchema() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String[] |
fields()
List of fields in the order in which we want them serialized.
|
S |
fillFromImpl(P impl)
Version and Schema-specific filling from the implementation object.
|
P |
fillImpl(P impl)
Fill an impl object and any children from this schema and its children.
|
static AutoBuffer |
writeParametersJSON(AutoBuffer ab,
ModelParametersSchema parameters,
ModelParametersSchema default_parameters)
Write the parameters, including their metadata, into an AutoBuffer.
|
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getImplClass, getImplClass, markdown, markdown, registerclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSON@API(help="Destination key for this model; if unset they key is auto-generated.", required=false, direction=INOUT) public Key destination_key
@API(help="Ignored columns", direction=INOUT) public java.lang.String[] ignored_columns
public abstract java.lang.String[] fields()
public S fillFromImpl(P impl)
SchemafillFromImpl in class Schema<P extends Model.Parameters,S extends ModelParametersSchema<P,S>>public P fillImpl(P impl)
SchemafillImpl in class Schema<P extends Model.Parameters,S extends ModelParametersSchema<P,S>>public static final AutoBuffer writeParametersJSON(AutoBuffer ab, ModelParametersSchema parameters, ModelParametersSchema default_parameters)