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