Method: projects.locations.issueModels.calculateIssueModelStats

Gets an issue model's statistics.

HTTP request

GET https://contactcenterinsights.googleapis.com/v1/{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

Response of querying an issue model's statistics.

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

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.