Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb
Overview
Metric and corresponding confidence intervals.
Instance Attribute Summary collapse
-
#confidence_interval ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::ConfidenceInterval
The probability that the treatment is better than all other treatments in the experiment.
-
#count ⇒ ::Float
Count value of a metric.
-
#count_type ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::CountType
Count-based metric type.
-
#ratio ⇒ ::Float
Ratio value of a metric.
-
#type ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::MetricType
Ratio-based metric type.
Instance Attribute Details
#confidence_interval ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::ConfidenceInterval
Returns The probability that the treatment is better than all other treatments in the experiment.
156 157 158 159 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 156 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#count ⇒ ::Float
Returns Count value of a metric.
156 157 158 159 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 156 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#count_type ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::CountType
Returns Count-based metric type. Only one of type or count_type is specified in each Metric.
156 157 158 159 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 156 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ratio ⇒ ::Float
Returns Ratio value of a metric.
156 157 158 159 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 156 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::MetricType
Returns Ratio-based metric type. Only one of type or count_type is specified in each Metric.
156 157 158 159 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 156 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |