Class: Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
 
Overview
Statistics for IngestConversations operation.
Instance Attribute Summary collapse
- 
  
    
      #duplicates_skipped_count  ⇒ ::Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #failed_ingest_count  ⇒ ::Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #processed_object_count  ⇒ ::Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 - 
  
    
      #successful_ingest_count  ⇒ ::Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#duplicates_skipped_count ⇒ ::Integer (readonly)
Returns Output only. The number of objects skipped because another conversation with the same transcript uri had already been ingested.
      422 423 424 425  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 422 class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#failed_ingest_count ⇒ ::Integer (readonly)
Returns Output only. The number of objects which were unable to be ingested due to errors. The errors are populated in the partial_errors field.
      422 423 424 425  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 422 class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#processed_object_count ⇒ ::Integer (readonly)
Returns Output only. The number of objects processed during the ingest operation.
      422 423 424 425  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 422 class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#successful_ingest_count ⇒ ::Integer (readonly)
Returns Output only. The number of new conversations added during this ingest operation.
      422 423 424 425  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 422 class IngestConversationsStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |