public class ModelSchemaBase extends Schema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
algo
The algo name for this Model.
|
java.lang.String |
algo_full_name
The pretty algo name for this Model (e.g., Generalized Linear Model, rather than GLM).
|
FrameKeyV3 |
data_frame
The Model's training frame key
|
ModelKeyV3 |
model_id
Model key
|
java.lang.String |
response_column_name
The response column name for this Model (if applicable).
|
long |
timestamp
Timestamp for when this model was completed
|
| Constructor and Description |
|---|
ModelSchemaBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model_id
public java.lang.String algo
public java.lang.String algo_full_name
public java.lang.String response_column_name
public FrameKeyV3 data_frame
public long timestamp