public sealed class IssueModel : IMessage<IssueModel>, IEquatable<IssueModel>, IDeepCloneable<IssueModel>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModel.
The issue model resource.
Implements
IMessageIssueModel, IEquatableIssueModel, IDeepCloneableIssueModel, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IssueModel()
public IssueModel()
IssueModel(IssueModel)
public IssueModel(IssueModel other)
Parameter | |
---|---|
Name | Description |
other |
IssueModel |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which this issue model was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The representative name for the issue model.
Property Value | |
---|---|
Type | Description |
string |
InputDataConfig
public IssueModel.Types.InputDataConfig InputDataConfig { get; set; }
Configs for the input data that used to create the issue model.
Property Value | |
---|---|
Type | Description |
IssueModelTypesInputDataConfig |
IssueCount
public long IssueCount { get; set; }
Output only. Number of issues in this issue model.
Property Value | |
---|---|
Type | Description |
long |
IssueModelName
public IssueModelName IssueModelName { get; set; }
IssueModelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IssueModelName |
LanguageCode
public string LanguageCode { get; set; }
Language of the model.
Property Value | |
---|---|
Type | Description |
string |
ModelType
public IssueModel.Types.ModelType ModelType { get; set; }
Type of the model.
Property Value | |
---|---|
Type | Description |
IssueModelTypesModelType |
Name
public string Name { get; set; }
Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Property Value | |
---|---|
Type | Description |
string |
State
public IssueModel.Types.State State { get; set; }
Output only. State of the model.
Property Value | |
---|---|
Type | Description |
IssueModelTypesState |
TrainingStats
public IssueModelLabelStats TrainingStats { get; set; }
Output only. Immutable. The issue model's label statistics on its training data.
Property Value | |
---|---|
Type | Description |
IssueModelLabelStats |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The most recent time at which the issue model was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |