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.MetricImplements
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.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 | |
---|---|
Name | Description |
other | Experiment.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 | |
---|---|
Type | Description |
Experiment.Types.Result.Types.ConfidenceInterval |
Ratio
public double Ratio { get; set; }
Ratio value of a metric.
Property Value | |
---|---|
Type | Description |
System.Double |
Type
public Experiment.Types.Result.Types.MetricType Type { get; set; }
The type of the metric.
Property Value | |
---|---|
Type | Description |
Experiment.Types.Result.Types.MetricType |
ValueCase
public Experiment.Types.Result.Types.Metric.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
Experiment.Types.Result.Types.Metric.ValueOneofCase |