- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Gets an issue model's statistics.
HTTP request
GET https://{endpoint}/v1/{issueModel=projects/*/locations/*/issueModels/*}:calculateIssueModelStats
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
issueModel |
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 ( |
Fields | |
---|---|
currentStats |
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.