public class GridSearchSchema extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
GridKeyV3 |
gridId
Destination id for this grid; auto-generated if not specified.
|
java.util.Map<java.lang.Object,java.lang.Object> |
hyperParameters
Grid search parameters.
|
JobV3 |
job
Job Key.
|
ModelParametersSchemaV3 |
parameters
Basic model builder parameters.
|
HyperSpaceSearchCriteriaV99 |
searchCriteria
Hyperparameter search criteria, including strategy and early stopping directives.
|
int |
totalModels
Number of all models generated by grid search.
|
| Constructor and Description |
|---|
GridSearchSchema()
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.util.Map<java.lang.Object,java.lang.Object> hyperParameters
public GridKeyV3 gridId
public HyperSpaceSearchCriteriaV99 searchCriteria
public int totalModels
public JobV3 job