Class: Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Response of querying an issue model's statistics.

Instance Attribute Summary collapse

Instance Attribute Details

#current_stats::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats

Returns The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.

Returns:



575
576
577
578
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 575

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