Googly. CloudVision. Model. GoogleCloudVisionV1p1beta1OperationMetadata
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Contains metadata for the BatchAnnotateImages operation.
Attributes
-
create_time(type:DateTime.t()) - The time when the batch request was received. -
state(type:String.t()) - Current state of the batch operation. -
update_time(type:DateTime.t()) - The time when the operation result was last updated.
Summary
Types
@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p1beta1OperationMetadata{ create_time: DateTime.t() | nil, state: String.t() | nil, update_time: DateTime.t() | nil }