Class Experiment.Types.Result.Types.Metric (1.0.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

System.Object > Experiment.Types.Result.Types.Metric

Implements

Google.Protobuf.IMessage<Experiment.Types.Result.Types.Metric>, System.IEquatable<Experiment.Types.Result.Types.Metric>, Google.Protobuf.IDeepCloneable<Experiment.Types.Result.Types.Metric>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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

Ratio

public double Ratio { get; set; }

Ratio value of a metric.

Property Value
TypeDescription
System.Double

Type

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

The type of the 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