public class ModelBuilderSchema<P extends ModelParametersSchemaV3> extends RequestSchemaV3
| 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
|
P |
parameters
Model builder parameters.
|
boolean |
supervised
Indicator whether the model is supervised or not.
|
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 P extends ModelParametersSchemaV3 parameters
public java.lang.String algo
public java.lang.String algoFullName
public ModelCategory[] canBuild
public boolean supervised
public ModelBuilderBuilderVisibility visibility
public JobV3 job
public ValidationMessageV3[] messages
public int errorCount
public int __httpStatus
public java.lang.String toString()
toString in class RequestSchemaV3