Class: Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsMetadata::UploadStats
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::BulkUploadFeedbackLabelsMetadata::UploadStats
- 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
-
#failed_validation_count ⇒ ::Integer
The number of objects skipped because of failed validation.
-
#processed_object_count ⇒ ::Integer
The number of objects processed during the upload operation.
-
#successful_upload_count ⇒ ::Integer
The number of new feedback labels added during this ingest operation.
Instance Attribute Details
#failed_validation_count ⇒ ::Integer
Returns 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.
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.
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 |