Interface IssueModel.InputDataConfigOrBuilder (2.2.7)

public static interface IssueModel.InputDataConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

A filter to reduce the conversations used for training the model to a specific subset.

string filter = 3;

Returns
Type Description
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

A filter to reduce the conversations used for training the model to a specific subset.

string filter = 3;

Returns
Type Description
ByteString

The bytes for filter.

getMedium()

public abstract 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];

Returns
Type Description
Conversation.Medium

The medium.

getMediumValue()

public abstract 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];

Returns
Type Description
int

The enum numeric value on the wire for medium.

getTrainingConversationsCount()

public abstract long getTrainingConversationsCount()

Output only. Number of conversations used in training. Output only.

int64 training_conversations_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The trainingConversationsCount.