Vision AI V1 API - Class Google::Cloud::VisionAI::V1::BatchOperationStatus (v0.2.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::BatchOperationStatus.

The batch operation status.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#failure_count

def failure_count() -> ::Integer
Returns
  • (::Integer) — The count of assets failed to ingested; it might be due to the annotation ingestion error.

#failure_count=

def failure_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The count of assets failed to ingested; it might be due to the annotation ingestion error.
Returns
  • (::Integer) — The count of assets failed to ingested; it might be due to the annotation ingestion error.

#success_count

def success_count() -> ::Integer
Returns
  • (::Integer) — The count of assets (together with their annotations if any) successfully ingested.

#success_count=

def success_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The count of assets (together with their annotations if any) successfully ingested.
Returns
  • (::Integer) — The count of assets (together with their annotations if any) successfully ingested.