View Source GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p4beta1BatchOperationMetadata (google_api_vision v0.25.0)
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
-
endTime
(type:DateTime.t
, default:nil
) - The time when the batch request is finished and google.longrunning.Operation.done is set to true. -
state
(type:String.t
, default:nil
) - The current state of the batch operation. -
submitTime
(type:DateTime.t
, default:nil
) - The time when the batch request was submitted to the server.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p4beta1BatchOperationMetadata{ endTime: DateTime.t() | nil, state: String.t() | nil, submitTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.