public class ModelSchemaV3<P extends ModelParametersSchemaV3,O extends ModelOutputSchemaV3> extends ModelSchemaBaseV3
| Modifier and Type | Field and Description |
|---|---|
long |
checksum
Checksum for all the things that go into building the Model.
|
java.lang.String[] |
compatibleFrames
Compatible frames, if requested
|
O |
output
The build output for the model (e.g.
|
P |
parameters
The build parameters for the model (e.g.
|
algo, algoFullName, dataFrame, modelId, responseColumnName, timestamp| Constructor and Description |
|---|
ModelSchemaV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public P extends ModelParametersSchemaV3 parameters
public O extends ModelOutputSchemaV3 output
public java.lang.String[] compatibleFrames
public long checksum
public java.lang.String toString()
toString in class ModelSchemaBaseV3