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. |
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. |
Classes
InputDataConfig
InputDataConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configs for the input data used to create the issue model. .. attribute:: medium
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
.
:type: google.cloud.contact_center_insights_v1.types.Conversation.Medium
State
State(value)
State of the model.