Class: Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
A revision of a QaScorecard.
Modifying published scorecard fields would invalidate existing scorecard results — the questions may have changed, or the score weighting will make existing scores impossible to understand. So changes must create a new revision, rather than modifying the existing resource.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#alternate_ids ⇒ ::Array<::String>
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#snapshot ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
The snapshot of the scorecard at the time of this revision's creation.
-
#state ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision::State
readonly
Output only.
Instance Attribute Details
#alternate_ids ⇒ ::Array<::String> (readonly)
Returns Output only. Alternative IDs for this revision of the scorecard, e.g.,
latest
.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1943 class QaScorecardRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum representing the set of states a scorecard revision may be in. module State # Unspecified. STATE_UNSPECIFIED = 0 # The scorecard revision can be edited. EDITABLE = 12 # Scorecard model training is in progress. TRAINING = 2 # Scorecard revision model training failed. TRAINING_FAILED = 9 # The revision can be used in analysis. READY = 11 # Scorecard is being deleted. DELETING = 7 # Scorecard model training was explicitly cancelled by the user. TRAINING_CANCELLED = 14 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp that the revision was created.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1943 class QaScorecardRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum representing the set of states a scorecard revision may be in. module State # Unspecified. STATE_UNSPECIFIED = 0 # The scorecard revision can be edited. EDITABLE = 12 # Scorecard model training is in progress. TRAINING = 2 # Scorecard revision model training failed. TRAINING_FAILED = 9 # The revision can be used in analysis. READY = 11 # Scorecard is being deleted. DELETING = 7 # Scorecard model training was explicitly cancelled by the user. TRAINING_CANCELLED = 14 end end |
#name ⇒ ::String
Returns Identifier. The name of the scorecard revision. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1943 class QaScorecardRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum representing the set of states a scorecard revision may be in. module State # Unspecified. STATE_UNSPECIFIED = 0 # The scorecard revision can be edited. EDITABLE = 12 # Scorecard model training is in progress. TRAINING = 2 # Scorecard revision model training failed. TRAINING_FAILED = 9 # The revision can be used in analysis. READY = 11 # Scorecard is being deleted. DELETING = 7 # Scorecard model training was explicitly cancelled by the user. TRAINING_CANCELLED = 14 end end |
#snapshot ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecard
Returns The snapshot of the scorecard at the time of this revision's creation.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1943 class QaScorecardRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum representing the set of states a scorecard revision may be in. module State # Unspecified. STATE_UNSPECIFIED = 0 # The scorecard revision can be edited. EDITABLE = 12 # Scorecard model training is in progress. TRAINING = 2 # Scorecard revision model training failed. TRAINING_FAILED = 9 # The revision can be used in analysis. READY = 11 # Scorecard is being deleted. DELETING = 7 # Scorecard model training was explicitly cancelled by the user. TRAINING_CANCELLED = 14 end end |
#state ⇒ ::Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision::State (readonly)
Returns Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.
1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1943 class QaScorecardRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum representing the set of states a scorecard revision may be in. module State # Unspecified. STATE_UNSPECIFIED = 0 # The scorecard revision can be edited. EDITABLE = 12 # Scorecard model training is in progress. TRAINING = 2 # Scorecard revision model training failed. TRAINING_FAILED = 9 # The revision can be used in analysis. READY = 11 # Scorecard is being deleted. DELETING = 7 # Scorecard model training was explicitly cancelled by the user. TRAINING_CANCELLED = 14 end end |