Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::BatchProcessMetadata.
The long running operation metadata for batch process method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The creation time of the operation.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The creation time of the operation.
Returns
- (::Google::Protobuf::Timestamp) — The creation time of the operation.
#individual_process_statuses
def individual_process_statuses() -> ::Array<::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus>) — The list of response details of each document.
#individual_process_statuses=
def individual_process_statuses=(value) -> ::Array<::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus>) — The list of response details of each document.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::IndividualProcessStatus>) — The list of response details of each document.
#state
def state() -> ::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State
Returns
- (::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State) — The state of the current batch processing.
#state=
def state=(value) -> ::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State
Parameter
- value (::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State) — The state of the current batch processing.
Returns
- (::Google::Cloud::DocumentAI::V1::BatchProcessMetadata::State) — The state of the current batch processing.
#state_message
def state_message() -> ::String
Returns
- (::String) — A message providing more details about the current state of processing. For example, the error message if the operation is failed.
#state_message=
def state_message=(value) -> ::String
Parameter
- value (::String) — A message providing more details about the current state of processing. For example, the error message if the operation is failed.
Returns
- (::String) — A message providing more details about the current state of processing. For example, the error message if the operation is failed.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The last update time of the operation.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The last update time of the operation.
Returns
- (::Google::Protobuf::Timestamp) — The last update time of the operation.