public class ModelBuilderV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
int |
error_count
Count of error messages
|
ValidationMessageV3[] |
messages
Info, warning and error messages; NOTE: can be appended to while the Job is running
|
ModelParametersSchema |
parameters
Model builder parameters.
|
| Constructor and Description |
|---|
ModelBuilderV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelParametersSchema parameters
public ValidationMessageV3[] messages
public int error_count