public interface IssueModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
The representative name for the issue model.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The representative name for the issue model.
|
IssueModel.InputDataConfig |
getInputDataConfig()
Configs for the input data that used to create the issue model.
|
IssueModel.InputDataConfigOrBuilder |
getInputDataConfigOrBuilder()
Configs for the input data that used to create the issue model.
|
long |
getIssueCount()
Output only.
|
String |
getLanguageCode()
Language of the model.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Language of the model.
|
IssueModel.ModelType |
getModelType()
Type of the model.
|
int |
getModelTypeValue()
Type of the model.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
IssueModel.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
IssueModelLabelStats |
getTrainingStats()
Output only.
|
IssueModelLabelStatsOrBuilder |
getTrainingStatsOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasInputDataConfig()
Configs for the input data that used to create the issue model.
|
boolean |
hasTrainingStats()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];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];String getDisplayName()
The representative name for the issue model.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The representative name for the issue model.
string display_name = 2;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];
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];
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];
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];
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];
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];
long getIssueCount()
Output only. Number of issues in this issue model.
int64 issue_count = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. State of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
IssueModel.State getState()
Output only. State of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasInputDataConfig()
Configs for the input data that used to create the issue model.
.google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig input_data_config = 6;
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;
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;
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];
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];
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];
int getModelTypeValue()
Type of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.ModelType model_type = 9;IssueModel.ModelType getModelType()
Type of the model.
.google.cloud.contactcenterinsights.v1.IssueModel.ModelType model_type = 9;String getLanguageCode()
Language of the model.
string language_code = 10;com.google.protobuf.ByteString getLanguageCodeBytes()
Language of the model.
string language_code = 10;Copyright © 2025 Google LLC. All rights reserved.