Class IssueModel (1.8.0)

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

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.

Values: STATE_UNSPECIFIED (0): Unspecified. UNDEPLOYED (1): Model is not deployed but is ready to deploy. DEPLOYING (2): Model is being deployed. DEPLOYED (3): Model is deployed and is ready to be used. A model can only be used in analysis if it's in this state. UNDEPLOYING (4): Model is being undeployed. DELETING (5): Model is being deleted.