Class IssueModel (0.1.1)

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.
training_stats google.cloud.contact_center_insights_v1.types.IssueModelLabelStats
Output only. Immutable. The issue model's label statistics on its training data.

Classes

State

State(value)

State of the model.