public class GridExportV3 extends SchemaV3<Iced,GridExportV3> implements ModelExportAware
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
boolean |
export_cross_validation_predictions |
java.lang.String |
grid_directory |
java.lang.String |
grid_id |
boolean |
save_params_references |
Constructor and Description |
---|
GridExportV3() |
Modifier and Type | Method and Description |
---|---|
boolean |
isExportCVPredictionsEnabled() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelExportOptions
@API(help="ID of the Grid to load from the directory", required=true, direction=INPUT, level=critical) public java.lang.String grid_id
@API(help="Path to the directory with saved Grid search", required=true, direction=INPUT, level=critical) public java.lang.String grid_directory
@API(help="True if objects referenced by params should also be saved.", direction=INPUT) public boolean save_params_references
public boolean isExportCVPredictionsEnabled()
isExportCVPredictionsEnabled
in interface ModelExportAware