Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsResponse.
Response of querying an issue model's statistics.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#current_stats
def current_stats() -> ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats) — The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
#current_stats=
def current_stats=(value) -> ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats) — The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats) — The latest label statistics for the queried issue model. Includes results on both training data and data labeled after deployment.