Job interface
The Job object.
Properties
call |
The callback endpoint. |
id | The job id. |
job |
Job execution report- Array of KeyValue pairs object. |
result |
Array of KeyValue pairs. |
review |
Review Id if one is created. |
status | The status string (<Pending, Failed, Completed>). |
team |
The team name associated with the job. |
type | Type of the content. |
workflow |
The Id of the workflow. |
Property Details
callBackEndpoint
The callback endpoint.
callBackEndpoint?: string
Property Value
string
id
The job id.
id?: string
Property Value
string
jobExecutionReport
Job execution report- Array of KeyValue pairs object.
jobExecutionReport?: JobExecutionReportDetails[]
Property Value
resultMetaData
reviewId
Review Id if one is created.
reviewId?: string
Property Value
string
status
The status string (<Pending, Failed, Completed>).
status?: string
Property Value
string
teamName
The team name associated with the job.
teamName?: string
Property Value
string
type
Type of the content.
type?: string
Property Value
string
workflowId
The Id of the workflow.
workflowId?: string
Property Value
string