public class ModelInfoV4 extends OutputSchemaV4
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
algo
Algorithm name, such as 'gbm', 'deeplearning', etc.
|
boolean |
haveMojo
Does the model support generation of MOJOs?
|
boolean |
havePojo
Does the model support generation of POJOs?
|
java.lang.String |
maturity
Development status of the algorithm: alpha, beta, or stable.
|
java.lang.String |
mojoVersion
Mojo version number for this algorithm.
|
__schema| Constructor and Description |
|---|
ModelInfoV4()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String algo
public java.lang.String maturity
public boolean havePojo
public boolean haveMojo
public java.lang.String mojoVersion
public java.lang.String toString()
toString in class OutputSchemaV4