public class ModelImportV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
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
|
java.lang.String |
model_id
Save imported model under given key into DKV.
|
| Constructor and Description |
|---|
ModelImportV3() |
public java.lang.String model_id
public java.lang.String dir
public boolean force
public java.lang.String _exclude_fields