GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta2OperationMetadata (google_api_document_ai v0.32.0) View Source
Contains metadata for the BatchProcessDocuments operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - The creation time of the operation. -
state
(type:String.t
, default:nil
) - The state of the current batch processing. -
stateMessage
(type:String.t
, default:nil
) - A message providing more details about the current state of processing. -
updateTime
(type:DateTime.t
, default:nil
) - The last update time of the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1beta2OperationMetadata{ createTime: DateTime.t() | nil, state: String.t() | nil, stateMessage: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.