The long-running operation metadata for BatchProcessDocuments
.
| JSON representation |
|---|
{ "state" : enum ( |
| Fields | |
|---|---|
state
|
The state of the current batch processing. |
stateMessage
|
A message providing more details about the current state of processing. For example, the error message if the operation is failed. |
createTime
|
The creation time of the operation. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime
|
The last update time of the operation. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
individualProcessStatuses[]
|
The list of response details of each document. |
IndividualProcessStatus
The status of a each individual document in the batch process.
| JSON representation |
|---|
{ "inputGcsSource" : string , "status" : { object ( |
| Fields | |
|---|---|
inputGcsSource
|
The source of the document, same as the |
status
|
The status processing the document. |
outputGcsDestination
|
The Cloud Storage output destination (in the request as |
humanReviewStatus
|
The status of human review on the processed document. |
HumanReviewStatus
The status of human review on a processed document.
| JSON representation |
|---|
{
"state"
:
enum (
|
| Fields | |
|---|---|
state
|
The state of human review on the processing request. |
stateMessage
|
A message providing more details about the human review state. |
humanReviewOperation
|
The name of the operation triggered by the processed document. This field is populated only when the |

