Class: Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Contains performance metrics for each QaQuestion in the TuneScorecardRevision request.
Defined Under Namespace
Classes: Metrics
Instance Attribute Summary collapse
-
#metrics ⇒ ::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics::Metrics
readonly
Output only.
-
#question ⇒ ::String
readonly
Output only.
Instance Attribute Details
#metrics ⇒ ::Google::Cloud::ContactCenterInsights::V1::TuneQaScorecardRevisionMetadata::QaQuestionDatasetTuningMetrics::Metrics (readonly)
Returns Output only. The metrics for the question's dataset.
1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1947 class QaQuestionDatasetTuningMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Performance metrics for the question's dataset calculated over the tuned # model. # @!attribute [rw] accuracy # @return [::Float] # Accuracy of the question's dataset. class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#question ⇒ ::String (readonly)
Returns Output only. The resource path of the question whose dataset was evaluated for tuning.
1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1947 class QaQuestionDatasetTuningMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Performance metrics for the question's dataset calculated over the tuned # model. # @!attribute [rw] accuracy # @return [::Float] # Accuracy of the question's dataset. class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |