Interface IssueModel.InputDataConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueModel.InputDataConfig
,IssueModel.InputDataConfig.Builder
- Enclosing class:
- IssueModel
public static interface IssueModel.InputDataConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.int
getMediumValue()
Deprecated.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig.medium is deprecated.long
getTrainingConversationsCount()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMediumValue
@Deprecated int getMediumValue()
Deprecated.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig.medium is deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=623Medium 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];
- Returns:
- The enum numeric value on the wire for medium.
-
getMedium
@Deprecated Conversation.Medium getMedium()
Deprecated.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig.medium is deprecated. See google/cloud/contactcenterinsights/v1/resources.proto;l=623Medium 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];
- Returns:
- The medium.
-
getTrainingConversationsCount
long getTrainingConversationsCount()
Output only. Number of conversations used in training. Output only.
int64 training_conversations_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The trainingConversationsCount.
-
getFilter
String getFilter()
A filter to reduce the conversations used for training the model to a specific subset.
string filter = 3;
- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
A filter to reduce the conversations used for training the model to a specific subset.
string filter = 3;
- Returns:
- The bytes for filter.
-
-