public static interface IssueModel.InputDataConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
A filter to reduce the conversations used for training the model to a
specific subset.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter to reduce the conversations used for training the model to a
specific subset.
|
Conversation.Medium |
getMedium()
Deprecated.
google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig.medium is
deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=623
|
int |
getMediumValue()
Deprecated.
google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig.medium is
deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=623
|
long |
getTrainingConversationsCount()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated int getMediumValue()
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`.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 1 [deprecated = true];
@Deprecated Conversation.Medium getMedium()
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`.
.google.cloud.contactcenterinsights.v1.Conversation.Medium medium = 1 [deprecated = true];
long getTrainingConversationsCount()
Output only. Number of conversations used in training. Output only.
int64 training_conversations_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getFilter()
A filter to reduce the conversations used for training the model to a specific subset.
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
A filter to reduce the conversations used for training the model to a specific subset.
string filter = 3;Copyright © 2023 Google LLC. All rights reserved.