Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig.
Configs for the input data used to create the issue model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
    Returns
    
  - (::String) — A filter to reduce the conversations used for training the model to a specific subset.
#filter=
def filter=(value) -> ::String
    Parameter
    
  - value (::String) — A filter to reduce the conversations used for training the model to a specific subset.
    Returns
    
  - (::String) — A filter to reduce the conversations used for training the model to a specific subset.
#medium
def medium() -> ::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium
    Returns
    
  - 
        (::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium) — 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 mediumfield onfilter.
#medium=
def medium=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium
    Parameter
    
  - 
        value (::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium) — 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 mediumfield onfilter.
    Returns
    
  - 
        (::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium) — 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 mediumfield onfilter.
#training_conversations_count
def training_conversations_count() -> ::Integer
    Returns
    
- (::Integer) — Output only. Number of conversations used in training. Output only.