Class Metric (1.13.4)

Metric(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metric and corresponding confidence intervals.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
type_ google.cloud.dialogflowcx_v3.types.Experiment.Result.MetricType
Ratio-based metric type. Only one of type or count_type is specified in each Metric.
count_type google.cloud.dialogflowcx_v3.types.Experiment.Result.CountType
Count-based metric type. Only one of type or count_type is specified in each Metric.
ratio float
Ratio value of a metric. This field is a member of oneof_ value.
count float
Count value of a metric. This field is a member of oneof_ value.
confidence_interval google.cloud.dialogflowcx_v3.types.Experiment.Result.ConfidenceInterval
The probability that the treatment is better than all other treatments in the experiment

Inheritance

builtins.object > proto.message.Message > Metric