GetIssueModelResult

data class GetIssueModelResult(val createTime: String, val displayName: String, val inputDataConfig: GoogleCloudContactcenterinsightsV1IssueModelInputDataConfigResponse, val issueCount: String, val name: String, val state: String, val trainingStats: GoogleCloudContactcenterinsightsV1IssueModelLabelStatsResponse, val updateTime: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which this issue model was created.

Link copied to clipboard

The representative name for the issue model.

Link copied to clipboard

Configs for the input data that used to create the issue model.

Link copied to clipboard

Number of issues in this issue model.

Link copied to clipboard

Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}

Link copied to clipboard

State of the model.

Link copied to clipboard

Immutable. The issue model's label statistics on its training data.

Link copied to clipboard

The most recent time at which the issue model was updated.