public class ModelExportV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
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.
|
ModelKeyV3 |
model_id
Name of Model of interest
|
_exclude_fields| Constructor and Description |
|---|
ModelExportV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model_id
public java.lang.String dir
public boolean force
public java.lang.String toString()
toString in class RequestSchema