Googly. CloudVision. Model. BatchOperationMetadata
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Metadata for the batch operations such as the current state. This is included in the metadata field of the Operation returned by the GetOperation call of the google::longrunning::Operations service.
Attributes
-
end_time(type:DateTime.t()) - The time when the batch request is finished and google.longrunning.Operation.done is set to true. -
state(type:String.t()) - The current state of the batch operation. -
submit_time(type:DateTime.t()) - The time when the batch request was submitted to the server.
Summary
Types
@type t() :: %Googly.CloudVision.Model.BatchOperationMetadata{ end_time: DateTime.t() | nil, state: String.t() | nil, submit_time: DateTime.t() | nil }