Class: Google::Cloud::VisionAI::V1::BatchOperationStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

The batch operation status.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_count::Integer

Returns 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.



1760
1761
1762
1763
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1760

class BatchOperationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#success_count::Integer

Returns 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.



1760
1761
1762
1763
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1760

class BatchOperationStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end