Class Metric (0.8.0)

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

Metric and corresponding confidence intervals. Attributes: 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. count (float): Count value of a metric. 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