public sealed class InputDataConfig : IMessage<IssueModel.Types.InputDataConfig>, IEquatable<IssueModel.Types.InputDataConfig>, IDeepCloneable<IssueModel.Types.InputDataConfig>, IBufferMessage, IMessageConfigs for the input data used to create the issue model.
Implements
IMessage<IssueModel.Types.InputDataConfig>, IEquatable<IssueModel.Types.InputDataConfig>, IDeepCloneable<IssueModel.Types.InputDataConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
InputDataConfig()
public InputDataConfig()InputDataConfig(IssueModel.Types.InputDataConfig)
public InputDataConfig(IssueModel.Types.InputDataConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
IssueModel.Types.InputDataConfig |
Properties
Filter
public string Filter { get; set; }A filter to reduce the conversations used for training the model to a specific subset.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Medium
[Obsolete]
public Conversation.Types.Medium Medium { get; set; }Medium of conversations used in training data. This field is being
deprecated. To specify the medium to be used in training a new issue
model, set the medium field on filter.
| Property Value | |
|---|---|
| Type | Description |
Conversation.Types.Medium |
|
TrainingConversationsCount
public long TrainingConversationsCount { get; set; }Output only. Number of conversations used in training. Output only.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|