public class GridExportV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
exportCrossValidationPredictions
Flag indicating whether the exported model artifacts should also include CV Holdout Frame predictions
|
java.lang.String |
gridDirectory
Path to the directory with saved Grid search
|
java.lang.String |
gridId
ID of the Grid to load from the directory
|
| Constructor and Description |
|---|
GridExportV3()
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 java.lang.String gridId
@SerializedName(value="grid_directory") public java.lang.String gridDirectory
@SerializedName(value="export_cross_validation_predictions") public boolean exportCrossValidationPredictions