Class: Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#filter::String

Returns 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.



736
737
738
739
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 736

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

#medium::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium

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.

Returns:



736
737
738
739
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 736

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.

Returns:

  • (::Integer)

    Output only. Number of conversations used in training. Output only.



736
737
738
739
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 736

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