IssueModel(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The issue model resource.
Attributes |
|
---|---|
Name | Description |
name |
str
Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model} |
display_name |
str
The representative name for the issue model. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this issue model was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The most recent time at which the issue model was updated. |
issue_count |
int
Output only. Number of issues in this issue model. |
state |
google.cloud.contact_center_insights_v1.types.IssueModel.State
Output only. State of the model. |
input_data_config |
google.cloud.contact_center_insights_v1.types.IssueModel.InputDataConfig
Configs for the input data that used to create the issue model. |
training_stats |
google.cloud.contact_center_insights_v1.types.IssueModelLabelStats
Output only. Immutable. The issue model's label statistics on its training data. |
model_type |
google.cloud.contact_center_insights_v1.types.IssueModel.ModelType
Type of the model. |
language_code |
str
Language of the model. |
Classes
InputDataConfig
InputDataConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configs for the input data used to create the issue model.
ModelType
ModelType(value)
Type of the model.
State
State(value)
State of the model.