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.
Implements
IMessage<Experiment.Types.Result.Types.Metric>, IEquatable<Experiment.Types.Result.Types.Metric>, IDeepCloneable<Experiment.Types.Result.Types.Metric>, IBufferMessage, 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 |
Count
public double Count { get; set; }
Count value of a metric.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Experiment.Types.Result.Types.CountType |
Ratio
public double Ratio { get; set; }
Ratio value of a metric.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
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 |