Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric

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

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.

Returns:



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.

Returns:

  • (::Float)

    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.

Returns:



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.

Returns:

  • (::Float)

    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.

Returns:



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