public class GridSchemaV99 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
ModelMetricsBaseV3[] |
crossValidationMetrics
Cross validation model metrics for the returned models; only returned if sort_by is set
|
TwoDimTableV3[] |
crossValidationMetricsSummary
Cross validation model metrics summary for the returned models; only returned if sort_by is set
|
boolean |
decreasing
Specify whether sort order should be decreasing.
|
java.lang.String |
exportCheckpointsDir
Directory for Grid automatic checkpointing
|
ModelParametersSchemaV3[] |
failedParams
List of failed parameters
|
java.lang.String[][] |
failedRawParams
List of raw parameters causing model building failure
|
java.lang.String[] |
failureDetails
List of detailed failure messages
|
java.lang.String[] |
failureStackTraces
List of detailed failure stack traces
|
GridKeyV3 |
gridId
Grid id
|
java.lang.String[] |
hyperNames
Used hyper parameters.
|
ModelKeyV3[] |
modelIds
Model IDs built by a grid search
|
TwoDimTableV3 |
scoringHistory
Scoring history
|
java.lang.String |
sortBy
Model performance metric to sort by.
|
TwoDimTableV3 |
summaryTable
Summary
|
ModelMetricsBaseV3[] |
trainingMetrics
Training model metrics for the returned models; only returned if sort_by is set
|
ModelMetricsBaseV3[] |
validationMetrics
Validation model metrics for the returned models; only returned if sort_by is set
|
java.lang.String[] |
warningDetails
List of detailed warning messages
|
| Constructor and Description |
|---|
GridSchemaV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="grid_id") public GridKeyV3 gridId
@SerializedName(value="sort_by") public java.lang.String sortBy
public boolean decreasing
@SerializedName(value="model_ids") public ModelKeyV3[] modelIds
@SerializedName(value="hyper_names") public java.lang.String[] hyperNames
@SerializedName(value="failed_params") public ModelParametersSchemaV3[] failedParams
@SerializedName(value="warning_details") public java.lang.String[] warningDetails
@SerializedName(value="failure_details") public java.lang.String[] failureDetails
@SerializedName(value="failure_stack_traces") public java.lang.String[] failureStackTraces
@SerializedName(value="failed_raw_params") public java.lang.String[][] failedRawParams
@SerializedName(value="training_metrics") public ModelMetricsBaseV3[] trainingMetrics
@SerializedName(value="validation_metrics") public ModelMetricsBaseV3[] validationMetrics
@SerializedName(value="cross_validation_metrics") public ModelMetricsBaseV3[] crossValidationMetrics
@SerializedName(value="cross_validation_metrics_summary") public TwoDimTableV3[] crossValidationMetricsSummary
@SerializedName(value="export_checkpoints_dir") public java.lang.String exportCheckpointsDir
@SerializedName(value="summary_table") public TwoDimTableV3 summaryTable
@SerializedName(value="scoring_history") public TwoDimTableV3 scoringHistory