public static final class Schema.Meta extends Iced
Constructor and Description |
---|
Schema.Meta()
Default constructor used only for newInstance() in generic reflection-based code.
|
Schema.Meta(int version,
java.lang.String name,
java.lang.String type)
Standard constructor which supplies all the fields.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSchema_name()
Get the simple schema (class) name, for example DeepLearningParametersV3.
|
java.lang.String |
getSchema_type()
Get the simple name of the H2O type that this Schema represents, for example DeepLearningParameters.
|
int |
getSchema_version()
Get the version number of this schema, for example 3 or 99.
|
protected void |
setSchema_type(java.lang.String schema_type)
Set the simple name of the H2O type that this Schema represents, for example Key<Frame>.
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public Schema.Meta()
public Schema.Meta(int version, java.lang.String name, java.lang.String type)
public int getSchema_version()
public java.lang.String getSchema_name()
public java.lang.String getSchema_type()
protected void setSchema_type(java.lang.String schema_type)