public class ModelParameterSchemaV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
actual_value
actual value as set by the user and / or modified by the ModelBuilder, e.g., 10
|
java.lang.Object |
default_value
default value, e.g.
|
boolean |
gridable
Parameter can be used in grid call
|
java.lang.String |
help
help for the UI, e.g.
|
java.lang.String[] |
is_member_of_frames
For Vec-type fields this is the set of other Vec-type fields which must contain mutually exclusive values; for example, for a SupervisedModel the response_column must be mutually exclusive with the weights_column
|
java.lang.String[] |
is_mutually_exclusive_with
For Vec-type fields this is the set of Frame-type fields which must contain the named column; for example, for a SupervisedModel the response_column must be in both the training_frame and (if it's set) the validation_frame
|
java.lang.String |
label
label in the UI, e.g.
|
java.lang.String |
level
the importance of the parameter, used by the UI, e.g.
|
java.lang.String |
name
name in the JSON, e.g.
|
boolean |
required
the field is required
|
java.lang.String |
type
Java type, e.g.
|
java.lang.String[] |
values
list of valid values for use by the front-end
|
| Constructor and Description |
|---|
ModelParameterSchemaV3() |
public java.lang.String name
public java.lang.String label
public java.lang.String help
public boolean required
public java.lang.String type
public java.lang.Object default_value
public java.lang.Object actual_value
public java.lang.String level
public java.lang.String[] values
public java.lang.String[] is_member_of_frames
public java.lang.String[] is_mutually_exclusive_with
public boolean gridable