public class H2OModelBuilderErrorV3 extends H2OErrorV3
| Modifier and Type | Field and Description |
|---|---|
int |
error_count
Count of parameter validation errors
|
ValidationMessageV3[] |
messages
Parameter validation messages
|
ModelParametersSchema |
parameters
Model builder parameters.
|
dev_msg, error_url, exception_msg, exception_type, http_status, msg, stacktrace, timestamp, values| Constructor and Description |
|---|
H2OModelBuilderErrorV3() |
| 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
public java.lang.String toString()
toString in class H2OErrorV3