public class ModelSchema extends ModelSchemaBase
| Modifier and Type | Field and Description |
|---|---|
long |
checksum
Checksum for all the things that go into building the Model.
|
java.lang.String[] |
compatible_frames
Compatible frames, if requested
|
ModelOutputSchema |
output
The build output for the model (e.g.
|
ModelParametersSchema |
parameters
The build parameters for the model (e.g.
|
algo, algo_full_name, data_frame, model_id, response_column_name, timestamp| Constructor and Description |
|---|
ModelSchema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelParametersSchema parameters
public ModelOutputSchema output
public java.lang.String[] compatible_frames
public long checksum
public java.lang.String toString()
toString in class ModelSchemaBase