Method: projects.locations.issueModels.calculateIssueModelStats

Stay organized with collections Save and categorize content based on your preferences.

Gets an issue model's statistics.

HTTP request

GET https://contactcenterinsights.googleapis.com/v1alpha1/{issueModel=projects/*/locations/*/issueModels/*}:calculateIssueModelStats

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
issueModel

string

Required. The resource name of the issue model to query against.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response of querying an issue model's statistics.

JSON representation
{
  "currentStats": {
    object (IssueModelLabelStats)
  }
}
Fields
currentStats

object (IssueModelLabelStats)

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

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the issueModel resource:

  • contactcenterinsights.issueModels.get

For more information, see the IAM documentation.