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
IMessage<IssueModel>, IEquatable<IssueModel>, IDeepCloneable<IssueModel>, 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 |
IssueModel.Types.InputDataConfig |
IssueModelName
public IssueModelName IssueModelName { get; set; }
IssueModelName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
IssueModelName |
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 |
IssueModel.Types.State |
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 |