Class: Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsMetadata::UploadStats

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

Overview

Statistics for BulkUploadFeedbackLabels operation.

Instance Attribute Summary collapse

Instance Attribute Details

#failed_validation_count::Integer

Returns The number of objects skipped because of failed validation.

Returns:

  • (::Integer)

    The number of objects skipped because of failed validation



2290
2291
2292
2293
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2290

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

#processed_object_count::Integer

Returns The number of objects processed during the upload operation.

Returns:

  • (::Integer)

    The number of objects processed during the upload operation.



2290
2291
2292
2293
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2290

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

#successful_upload_count::Integer

Returns The number of new feedback labels added during this ingest operation.

Returns:

  • (::Integer)

    The number of new feedback labels added during this ingest operation.



2290
2291
2292
2293
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2290

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