Class: Google::Cloud::ContactCenterInsights::V1::QaScorecardRevision

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#alternate_ids::Array<::String> (readonly)

Returns Output only. Alternative IDs for this revision of the scorecard, e.g., latest.

Returns:

  • (::Array<::String>)

    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.

Returns:



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

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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