Interface IssueModelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IssueModel,IssueModel.Builder
public interface IssueModelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDisplayName()The representative name for the issue model.com.google.protobuf.ByteStringgetDisplayNameBytes()The representative name for the issue model.IssueModel.InputDataConfiggetInputDataConfig()Configs for the input data that used to create the issue model.IssueModel.InputDataConfigOrBuildergetInputDataConfigOrBuilder()Configs for the input data that used to create the issue model.longgetIssueCount()Output only.StringgetLanguageCode()Language of the model.com.google.protobuf.ByteStringgetLanguageCodeBytes()Language of the model.IssueModel.ModelTypegetModelType()Type of the model.intgetModelTypeValue()Type of the model.StringgetName()Immutable.com.google.protobuf.ByteStringgetNameBytes()Immutable.IssueModel.StategetState()Output only.intgetStateValue()Output only.IssueModelLabelStatsgetTrainingStats()Output only.IssueModelLabelStatsOrBuildergetTrainingStatsOrBuilder()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasInputDataConfig()Configs for the input data that used to create the issue model.booleanhasTrainingStats()Output only.booleanhasUpdateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}string name = 1 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}string name = 1 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()
The representative name for the issue model.
string display_name = 2;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The representative name for the issue model.
string display_name = 2;- Returns:
- The bytes for displayName.
-
hasCreateTime
boolean hasCreateTime()
Output only. The time at which this issue model was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this issue model was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this issue model was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The most recent time at which the issue model was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. The most recent time at which the issue model was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time at which the issue model was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getIssueCount
long getIssueCount()
Output only. Number of issues in this issue model.
int64 issue_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The issueCount.
-
getStateValue
int getStateValue()
Output only. State of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
IssueModel.State getState()
Output only. State of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
hasInputDataConfig
boolean hasInputDataConfig()
Configs for the input data that used to create the issue model.
.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig input_data_config = 6;- Returns:
- Whether the inputDataConfig field is set.
-
getInputDataConfig
IssueModel.InputDataConfig getInputDataConfig()
Configs for the input data that used to create the issue model.
.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig input_data_config = 6;- Returns:
- The inputDataConfig.
-
getInputDataConfigOrBuilder
IssueModel.InputDataConfigOrBuilder getInputDataConfigOrBuilder()
Configs for the input data that used to create the issue model.
.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig input_data_config = 6;
-
hasTrainingStats
boolean hasTrainingStats()
Output only. Immutable. The issue model's label statistics on its training data.
.google.cloud.contactcenterinsights.v1.IssueModelLabelStats training_stats = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- Whether the trainingStats field is set.
-
getTrainingStats
IssueModelLabelStats getTrainingStats()
Output only. Immutable. The issue model's label statistics on its training data.
.google.cloud.contactcenterinsights.v1.IssueModelLabelStats training_stats = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The trainingStats.
-
getTrainingStatsOrBuilder
IssueModelLabelStatsOrBuilder getTrainingStatsOrBuilder()
Output only. Immutable. The issue model's label statistics on its training data.
.google.cloud.contactcenterinsights.v1.IssueModelLabelStats training_stats = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
-
getModelTypeValue
int getModelTypeValue()
Type of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.ModelType model_type = 9;- Returns:
- The enum numeric value on the wire for modelType.
-
getModelType
IssueModel.ModelType getModelType()
Type of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.ModelType model_type = 9;- Returns:
- The modelType.
-
getLanguageCode
String getLanguageCode()
Language of the model.
string language_code = 10;- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()
Language of the model.
string language_code = 10;- Returns:
- The bytes for languageCode.
-
-