public class ModelBuilderSchema extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
int |
__http_status
HTTP status to return for this build.
|
java.lang.String |
algo
The algo name for this ModelBuilder.
|
java.lang.String |
algo_full_name
The pretty algo name for this ModelBuilder (e.g., Generalized Linear Model, rather than GLM).
|
ModelCategory[] |
can_build
Model categories this ModelBuilder can build.
|
int |
error_count
Count of parameter validation errors
|
JobV3 |
job
Job Key
|
ValidationMessageBase[] |
messages
Parameter validation messages
|
ModelParameterSchemaV3[] |
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?
|
_exclude_fields| Constructor and Description |
|---|
ModelBuilderSchema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelParameterSchemaV3[] parameters
public java.lang.String algo
public java.lang.String algo_full_name
public ModelCategory[] can_build
public ModelBuilderBuilderVisibility visibility
public JobV3 job
public ValidationMessageBase[] messages
public int error_count
public int __http_status
public java.lang.String toString()
toString in class RequestSchema