public class ModelSchemaV3 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
|
ModelOutputSchemaV3 |
output
The build output for the model (e.g.
|
ModelParametersSchemaV3 |
parameters
The build parameters for the model (e.g.
|
algo, algoFullName, dataFrame, modelId, responseColumnName, timestamp_excludeFields| 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 ModelParametersSchemaV3 parameters
public ModelOutputSchemaV3 output
public java.lang.String[] compatibleFrames
public long checksum
public java.lang.String toString()
toString in class ModelSchemaBaseV3