public class ModelSchemaBaseV3<M extends Iced,S extends ModelSchemaBaseV3<M,S>> extends SchemaV3<M,S>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
java.lang.String |
algo |
java.lang.String |
algo_full_name |
KeyV3.FrameKeyV3 |
data_frame |
KeyV3.ModelKeyV3 |
model_id |
java.lang.String |
response_column_name |
long |
timestamp |
__meta, _exclude_fields
Constructor and Description |
---|
ModelSchemaBaseV3() |
ModelSchemaBaseV3(Model m) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="The pretty algo name for this Model (e.g., Generalized Linear Model, rather than GLM).", direction=OUTPUT) public java.lang.String algo_full_name
@API(help="The response column name for this Model (if applicable). Is null otherwise.", direction=OUTPUT) public java.lang.String response_column_name
@API(help="The Model\'s training frame key", direction=OUTPUT) public KeyV3.FrameKeyV3 data_frame
public ModelSchemaBaseV3()
public ModelSchemaBaseV3(Model m)