public class ModelSchemaBaseV3<M extends Model<M,?,?>,S extends ModelSchemaBaseV3<M,S>> extends SchemaV3<M,S>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
algo |
java.lang.String |
algo_full_name |
KeyV3.FrameKeyV3 |
data_frame |
boolean |
have_mojo |
boolean |
have_pojo |
KeyV3.ModelKeyV3<M> |
model_id |
java.lang.String |
response_column_name |
long |
timestamp |
java.lang.String |
treatment_column_name |
Constructor and Description |
---|
ModelSchemaBaseV3() |
ModelSchemaBaseV3(M m) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, 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, toJsonBytes, toJsonString, write, writeExternal
@API(help="Model key", required=true, direction=INOUT) public KeyV3.ModelKeyV3<M extends Model<M,?,?>> model_id
@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 treatment column name for this Model (if applicable). Is null otherwise.", direction=OUTPUT) public java.lang.String treatment_column_name
@API(help="The Model\'s training frame key", direction=OUTPUT) public KeyV3.FrameKeyV3 data_frame
@API(help="Timestamp for when this model was completed", direction=OUTPUT) public long timestamp
@API(help="Indicator, whether export to POJO is available", direction=OUTPUT) public boolean have_pojo
public ModelSchemaBaseV3()
public ModelSchemaBaseV3(M m)