Module: Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision::State
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Enum representing the set of states a scorecard revision may be in.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified.
0- EDITABLE =
The scorecard revision can be edited.
12- TRAINING =
Scorecard model training is in progress.
2- TRAINING_FAILED =
Scorecard revision model training failed.
9- READY =
The revision can be used in analysis.
11- DELETING =
Scorecard is being deleted.
7- TRAINING_CANCELLED =
Scorecard model training was explicitly cancelled by the user.
14