Class Metric (1.5.0)

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

Metric and corresponding confidence intervals.

Attributes

NameDescription
type_ google.cloud.dialogflowcx_v3beta1.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_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