public class ModelExportV3 extends RequestSchemaV3<Iced,ModelExportV3> implements ModelExportAware
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
dir
Destination directory to save exported model.
|
boolean |
export_cross_validation_predictions |
boolean |
force
Destination directory to save exported model.
|
KeyV3.ModelKeyV3 |
model_id
Model to export.
|
_exclude_fields
Constructor and Description |
---|
ModelExportV3() |
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="Name of Model of interest", json=false) public KeyV3.ModelKeyV3 model_id
@API(help="Destination file (hdfs, s3, local)") public java.lang.String dir
@API(help="Overwrite destination file in case it exists or throw exception if set to false.") public boolean force
public boolean isExportCVPredictionsEnabled()
isExportCVPredictionsEnabled
in interface ModelExportAware