public class FrameLoadV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
dir
Source directory (hdfs, s3, local) containing serialized frame
|
boolean |
force
Override existing frame in case it exists or throw exception if set to false
|
FrameKeyV3 |
frameId
Import frame under given key into DKV.
|
JobV3 |
job
Job indicating progress
|
_excludeFields| Constructor and Description |
|---|
FrameLoadV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="frame_id") public FrameKeyV3 frameId
public java.lang.String dir
public boolean force
public JobV3 job
public java.lang.String toString()
toString in class RequestSchemaV3