Class IssueModel (1.4.3)

IssueModel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The issue model resource.

Attributes

NameDescription
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.

Inheritance

builtins.object > proto.message.Message > IssueModel

Classes

InputDataConfig

InputDataConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configs for the input data used to create the issue model.

State

State(value)

State of the model.