Class Experiment.Types.Result.Types.Metric (1.13.0)

public sealed class Metric : IMessage<Experiment.Types.Result.Types.Metric>, IEquatable<Experiment.Types.Result.Types.Metric>, IDeepCloneable<Experiment.Types.Result.Types.Metric>, IBufferMessage, IMessage

Metric and corresponding confidence intervals.

Inheritance

Object > Experiment.Types.Result.Types.Metric

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Metric()

public Metric()

Metric(Experiment.Types.Result.Types.Metric)

public Metric(Experiment.Types.Result.Types.Metric other)
Parameter
NameDescription
otherExperiment.Types.Result.Types.Metric

Properties

ConfidenceInterval

public Experiment.Types.Result.Types.ConfidenceInterval ConfidenceInterval { get; set; }

The probability that the treatment is better than all other treatments in the experiment

Property Value
TypeDescription
Experiment.Types.Result.Types.ConfidenceInterval

Count

public double Count { get; set; }

Count value of a metric.

Property Value
TypeDescription
Double

CountType

public Experiment.Types.Result.Types.CountType CountType { get; set; }

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

Property Value
TypeDescription
Experiment.Types.Result.Types.CountType

Ratio

public double Ratio { get; set; }

Ratio value of a metric.

Property Value
TypeDescription
Double

Type

public Experiment.Types.Result.Types.MetricType Type { get; set; }

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

Property Value
TypeDescription
Experiment.Types.Result.Types.MetricType

ValueCase

public Experiment.Types.Result.Types.Metric.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
Experiment.Types.Result.Types.Metric.ValueOneofCase