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.OperationMetadata{ create_time: DateTime.t() | nil, state: String.t() | nil, update_time: DateTime.t() | nil }