public class ModelParameterSchemaV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
actualValue
actual value as set by the user and / or modified by the ModelBuilder, e.g., 10
|
java.lang.Object |
defaultValue
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[] |
isMemberOfFrames
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[] |
isMutuallyExclusiveWith
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
[DEPRECATED] same as name.
|
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 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 name
public java.lang.String label
public java.lang.String help
public boolean required
public java.lang.String type
public java.lang.Object defaultValue
public java.lang.Object actualValue
public java.lang.String level
public java.lang.String[] values
public java.lang.String[] isMemberOfFrames
public java.lang.String[] isMutuallyExclusiveWith
public boolean gridable