public class ModelBuilderSchema extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
__httpStatus
HTTP status to return for this build.
|
java.lang.String |
algo
The algo name for this ModelBuilder.
|
java.lang.String |
algoFullName
The pretty algo name for this ModelBuilder (e.g., Generalized Linear Model, rather than GLM).
|
ModelCategory[] |
canBuild
Model categories this ModelBuilder can build.
|
int |
errorCount
Count of parameter validation errors
|
JobV3 |
job
Job Key
|
ValidationMessageV3[] |
messages
Parameter validation messages
|
ModelParametersSchemaV3 |
parameters
Model builder parameters.
|
ModelBuilderBuilderVisibility |
visibility
Should the builder always be visible, be marked as beta, or only visible if the user starts up with the
experimental flag?
|
_excludeFields| Constructor and Description |
|---|
ModelBuilderSchema()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelParametersSchemaV3 parameters
public java.lang.String algo
public java.lang.String algoFullName
public ModelCategory[] canBuild
public ModelBuilderBuilderVisibility visibility
public JobV3 job
public ValidationMessageV3[] messages
public int errorCount
public int __httpStatus