public class ModelExportV3 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
Destination file (hdfs, s3, local)
|
boolean |
force
Overwrite destination file in case it exists or throw exception if set to false.
|
java.lang.String |
model_id
Name of Model of interest
|
| Constructor and Description |
|---|
ModelExportV3() |
public java.lang.String model_id
public java.lang.String dir
public boolean force
public java.lang.String _exclude_fields