public class JobV4 extends OutputSchemaV4
| Modifier and Type | Field and Description |
|---|---|
long |
duration
Runtime in milliseconds
|
java.lang.String |
exception
Exception message, if an exception occurred
|
java.lang.String |
jobId
Job id
|
float |
progress
Current progress, a number going from 0 to 1
|
java.lang.String |
progressMsg
Current progress status description
|
java.lang.String |
stacktrace
Stacktrace
|
long |
startTime
Start time
|
JobStatusV4 |
status
Job status
|
java.lang.String |
targetId
Id of the target object (being created by this Job)
|
java.lang.String |
targetType
Type of the target: Frame, Model, etc.
|
__schema| Constructor and Description |
|---|
JobV4()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="job_id") public java.lang.String jobId
public JobStatusV4 status
public float progress
@SerializedName(value="progress_msg") public java.lang.String progressMsg
@SerializedName(value="start_time") public long startTime
public long duration
@SerializedName(value="target_id") public java.lang.String targetId
@SerializedName(value="target_type") public java.lang.String targetType
public java.lang.String exception
public java.lang.String stacktrace
public java.lang.String toString()
toString in class OutputSchemaV4