Class: Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse
- 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
-
#current_stats ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats
The latest label statistics for the queried issue model.
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.
904 905 906 907 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 904 class CalculateIssueModelStatsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |