Class: Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
 
Overview
Configs for the input data used to create the issue model.
Instance Attribute Summary collapse
- 
  
    
      #filter  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A filter to reduce the conversations used for training the model to a specific subset.
 - 
  
    
      #medium  ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium 
    
    
  
  
  
  
    
    
  
  
  
  deprecated
  
  
    Deprecated. 
This field is deprecated and may be removed in the next major version update.
 - 
  
    
      #training_conversations_count  ⇒ ::Integer 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Output only.
 
Instance Attribute Details
#filter ⇒ ::String
Returns A filter to reduce the conversations used for training the model to a specific subset.
      777 778 779 780  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 777 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#medium ⇒ ::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium
Deprecated. 
This field is deprecated and may be removed in the next major version update.
Returns Medium of conversations used in training data. This field is being
deprecated. To specify the medium to be used in training a new issue
model, set the medium field on filter.
      777 778 779 780  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 777 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#training_conversations_count ⇒ ::Integer (readonly)
Returns Output only. Number of conversations used in training. Output only.
      777 778 779 780  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 777 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |