Class Metric (0.7.1)

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

Metric and corresponding confidence intervals. .. attribute:: type_

Ratio-based metric type. Only one of type or count_type is specified in each Metric.

:type: google.cloud.dialogflowcx_v3beta1.types.Experiment.Result.MetricType

Attributes

NameDescription
count_type google.cloud.dialogflowcx_v3beta1.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.
count float
Count value of a metric.
confidence_interval google.cloud.dialogflowcx_v3beta1.types.Experiment.Result.ConfidenceInterval
The probability that the treatment is better than all other treatments in the experiment