public class ModelImportV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
dir
Source directory (hdfs, s3, local) containing serialized model
|
boolean |
force
Override existing model in case it exists or throw exception if set to false
|
ModelKeyV3 |
modelId
Save imported model under given key into DKV.
|
_excludeFields| Constructor and Description |
|---|
ModelImportV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 modelId
public java.lang.String dir
public boolean force
public java.lang.String toString()
toString in class RequestSchemaV3